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