DifficultyCount.fromJson constructor

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

Implementation

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