menu
leetcode_api_dart package
documentation
models/contest_ranking.dart
ContestRanking
ContestRanking.fromJson factory constructor
ContestRanking.fromJson factory constructor
dark_mode
light_mode
ContestRanking.fromJson
constructor
ContestRanking.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory ContestRanking.fromJson(Map<String, Object?> json) => _$ContestRankingFromJson(json);
leetcode_api_dart package
documentation
models/contest_ranking
ContestRanking
ContestRanking.fromJson factory constructor
ContestRanking class