fromJson static method

PrepSchoolList fromJson(
  1. dynamic wrapped
)
override

Implementation

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