ContestProblemInfo.fromJson constructor

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

Implementation

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