Problem.fromJson constructor

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

Implementation

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