MatchSummary.fromJson constructor

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

Implementation

factory MatchSummary.fromJson(Map<String, dynamic> json) =>
    _$MatchSummaryFromJson(json);