copyWith property

GameSeatCopyWith<GameSeat, GameSeat, GameSeat> copyWith

Implementation

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