copyWith property

DeckDefinitionCopyWith<DeckDefinition, DeckDefinition, DeckDefinition> get copyWith

Implementation

DeckDefinitionCopyWith<DeckDefinition, DeckDefinition, DeckDefinition>
get copyWith => _DeckDefinitionCopyWithImpl<DeckDefinition, DeckDefinition>(
  this as DeckDefinition,
  $identity,
  $identity,
);