AssignmentView.fromJson constructor

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

Implementation

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