BestPlayerEvent.fromJson constructor

BestPlayerEvent.fromJson(
  1. dynamic json
)

Implementation

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