Match.fromJson constructor

Match.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Match.fromJson(Map<String, Object?> json) => _$MatchFromJson(json);