toJson method

String toJson()

Implementation

String toJson() {
  return ListGameServerMapper.ensureInitialized()
      .encodeJson<ListGameServer>(this as ListGameServer);
}