copyWith property
Implementation
GameTeamCopyWith<GameTeam, GameTeam, GameTeam> get copyWith =>
_GameTeamCopyWithImpl<GameTeam, GameTeam>(
this as GameTeam,
$identity,
$identity,
);
GameTeamCopyWith<GameTeam, GameTeam, GameTeam> get copyWith =>
_GameTeamCopyWithImpl<GameTeam, GameTeam>(
this as GameTeam,
$identity,
$identity,
);