copyWith property

PackTranslationCopyWith<PackTranslation, PackTranslation, PackTranslation> get copyWith

Implementation

PackTranslationCopyWith<PackTranslation, PackTranslation, PackTranslation>
get copyWith =>
    _PackTranslationCopyWithImpl<PackTranslation, PackTranslation>(
      this as PackTranslation,
      $identity,
      $identity,
    );