toJson method

String toJson()

Implementation

String toJson() {
  return ResetWorldMapper.ensureInitialized()
      .encodeJson<ResetWorld>(this as ResetWorld);
}