Subject.fromJson constructor

Subject.fromJson(
  1. Json json
)

Implementation

factory Subject.fromJson(Json json) => _$SubjectFromJson(json);