MatchEntity.fromJson constructor

MatchEntity.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MatchEntity.fromJson(Map<String, dynamic> json) =>
    $MatchEntityFromJson(json);