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