copyWith property

GameTeamCopyWith<GameTeam, GameTeam, GameTeam> copyWith

Implementation

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