GameSeat constructor

GameSeat({
  1. int? color,
})

Implementation

GameSeat({
  this.color,
});