MatchCostUser.fromJson constructor

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

Implementation

factory MatchCostUser.fromJson(Map<String, dynamic> json) =>
    $MatchCostUserFromJson(json);