PrepSchoolStudentApi constructor

PrepSchoolStudentApi(
  1. ApiClient apiClient,
  2. ApiRegistry apis
)

Implementation

PrepSchoolStudentApi(this.apiClient, ApiRegistry apis)
    : super(
          apis,
          ([json]) =>
              PrepSchoolStudent.fromJson(json ?? <String, dynamic>{}));