ContestRanking.fromJson constructor

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

Implementation

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