copyWith property
Implementation
GamePropertyCopyWith<GameProperty, GameProperty, GameProperty> get copyWith =>
_GamePropertyCopyWithImpl<GameProperty, GameProperty>(
this as GameProperty,
$identity,
$identity,
);
GamePropertyCopyWith<GameProperty, GameProperty, GameProperty> get copyWith =>
_GamePropertyCopyWithImpl<GameProperty, GameProperty>(
this as GameProperty,
$identity,
$identity,
);