toJson method

String toJson()
inherited

Implementation

String toJson() {
  return BrowsedGameServerMapper.ensureInitialized()
      .encodeJson<BrowsedGameServer>(this as BrowsedGameServer);
}