copyWith property

GameTeamCopyWith<GameTeam, GameTeam, GameTeam> get copyWith

Implementation

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