fromJson static method

PrepSchoolStudentList fromJson(
  1. dynamic wrapped
)
override

Implementation

static PrepSchoolStudentList fromJson(wrapped) => wrapped
        is PrepSchoolStudentList
    ? wrapped
    : PrepSchoolStudentList(wrapped as Map<String, dynamic>, update: true);