ProblemStats.fromJson constructor

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

Implementation

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