ProblemList.fromJson constructor

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

Implementation

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