SubjectView.fromJson constructor

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

Implementation

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