toJson method

String toJson()
inherited

Implementation

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