$asGameSeat property

GameSeatCopyWith<$R, GameSeat, $Out> get $asGameSeat

Implementation

GameSeatCopyWith<$R, GameSeat, $Out> get $asGameSeat =>
    $base.as((v, t, t2) => _GameSeatCopyWithImpl<$R, $Out>(v, t, t2));