data property

List<IPrepSchool>? data
override

Property getter and setter for data:

Implementation

List<IPrepSchool>? get data;
void data=(List<IPrepSchool>? data)

Implementation

set data(List<IPrepSchool>? data);