copyWith property

DeckTranslationCopyWith<DeckTranslation, DeckTranslation, DeckTranslation> get copyWith

Implementation

DeckTranslationCopyWith<DeckTranslation, DeckTranslation, DeckTranslation>
get copyWith =>
    _DeckTranslationCopyWithImpl<DeckTranslation, DeckTranslation>(
      this as DeckTranslation,
      $identity,
      $identity,
    );