ServerModel.fromJson constructor
Implementation
factory ServerModel.fromJson(Map<String, dynamic> json) => ServerModel(
versionEnable: json["versionEnable"],
payment: json["payment"],
hash: json["hash"],
sha: json["sha"],
server: json["server"],
message: json["message"],
);