toJson method

String toJson()

Implementation

String toJson() {
  return GameTableMapper.ensureInitialized().encodeJson<GameTable>(
    this as GameTable,
  );
}