ServerStatsResponse constructor
ServerStatsResponse({})
Implementation
ServerStatsResponse({
required this.serverID,
required this.up,
required this.updated,
required this.bumps,
this.boost,
this.upSuccessfully,
this.timeToNextUpInMs,
this.message
});