copyWith property

BackgroundTranslationCopyWith<BackgroundTranslation, BackgroundTranslation, BackgroundTranslation> get copyWith

Implementation

BackgroundTranslationCopyWith<
  BackgroundTranslation,
  BackgroundTranslation,
  BackgroundTranslation
>
get copyWith =>
    _BackgroundTranslationCopyWithImpl<
      BackgroundTranslation,
      BackgroundTranslation
    >(this as BackgroundTranslation, $identity, $identity);