copyWith property
Implementation
GameSeatCopyWith<GameSeat, GameSeat, GameSeat> get copyWith =>
_GameSeatCopyWithImpl<GameSeat, GameSeat>(
this as GameSeat,
$identity,
$identity,
);
GameSeatCopyWith<GameSeat, GameSeat, GameSeat> get copyWith =>
_GameSeatCopyWithImpl<GameSeat, GameSeat>(
this as GameSeat,
$identity,
$identity,
);