allSchools constant

List<Object> const allSchools

AND IT IS POSSIBLE THAT YOU WANT TO GET THE WHOLE LIST OF INSTITUTIONS SO WE DECIDED TO MAKE A FULL LIST OF ALL INSTITUTIONS AS CATEGORIZED IN THE INSTITUTIONS_LIST VARIABLE ABOVE.

Implementation

static const List<Object> allSchools = [
  ...universities,
  ...polytechnics,
  ...collegeOfEducation,
  ...healthSciences
];