copyWith property

GameSeatCopyWith<GameSeat, GameSeat, GameSeat> get copyWith

Implementation

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