ServerStatsResponse.parseJson constructor

ServerStatsResponse.parseJson(
  1. Map<String, dynamic> json
)

Implementation

ServerStatsResponse.parseJson(
    Map<String, dynamic> json
    ):
      serverID = json['serverID'],
      up = json['up'],
      updated = json['updated'],
      bumps = json['bumps'],
      boost = json['boost'],
      upSuccessfully = json['upSuccessfully'],
      timeToNextUpInMs = json['timeToNextUpInMs'],
      message = json['message'];