School class

Constructors

School.new({int? schoolID, String? schoolName, String? schoolshortName, Media? schoolBanner, String? schoolURL, List<User>? schoolUsers, int? schoolUsersCount})
School.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schoolBanner Media?
getter/setter pair
schoolID int?
getter/setter pair
getter/setter pair
schoolName String?
getter/setter pair
schoolshortName String?
getter/setter pair
schoolURL String?
getter/setter pair
schoolUsers List<User>?
getter/setter pair
schoolUsersCount int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited