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