GradeInfo.fromJson constructor

GradeInfo.fromJson(
  1. Map<String, dynamic> json
)

Creates a GradeInfo from JSON

Implementation

factory GradeInfo.fromJson(Map<String, dynamic> json) =>
    _$GradeInfoFromJson(json);