BestPlayerEvent.fromJson constructor
BestPlayerEvent.fromJson(
- dynamic json
Implementation
factory BestPlayerEvent.fromJson(json) {
return BestPlayerEvent(json["event"], json["data"]);
}
factory BestPlayerEvent.fromJson(json) {
return BestPlayerEvent(json["event"], json["data"]);
}