copyWith property

ModeTranslationCopyWith<ModeTranslation, ModeTranslation, ModeTranslation> get copyWith
inherited

Implementation

ModeTranslationCopyWith<ModeTranslation, ModeTranslation, ModeTranslation>
get copyWith =>
    _ModeTranslationCopyWithImpl<ModeTranslation, ModeTranslation>(
      this as ModeTranslation,
      $identity,
      $identity,
    );