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