CurrentStudentResponse.fromJson constructor

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

Implementation

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