fromJson static method

GameSeat fromJson(
  1. String json
)

Implementation

static GameSeat fromJson(String json) {
  return ensureInitialized().decodeJson<GameSeat>(json);
}