School constructor
School({})
Implementation
School({
this.schoolID,
this.schoolName,
this.schoolshortName,
this.schoolLogo,
this.schoolBanner,
this.schoolURL,
this.schoolUsers,
this.schoolUsersCount,
});