Student.fromJson constructor

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

Implementation

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