clone method

  1. @override
IPrepSchoolStudentList clone()
override

Implementation

@override
IPrepSchoolStudentList clone() =>
    PrepSchoolStudentList.fromJson(deepCloneMap(wrapped));