TCICGetSchoolInfoRepModel class

Inheritance

Constructors

TCICGetSchoolInfoRepModel({int errorCode = 0, String errorMsg = '', String requestId = '', int schoolId = 0, String name = '', String originId = '', int sdkappid = 0, String customData = '', String callbackUrl = '', List featureBlackList = const [], required CustomContent customContent, int type = 0, String callbackKey = '', List<int> availableTerminals = const []})

Properties

availableTerminals List<int>
getter/setter pair
callbackKey String
getter/setter pair
callbackUrl String
getter/setter pair
customContent CustomContent
getter/setter pair
customData String
getter/setter pair
errorCode int
getter/setter pair
errorMsg String
getter/setter pair
featureBlackList List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
originId String
getter/setter pair
requestId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schoolId int
getter/setter pair
sdkappid int
getter/setter pair
type int
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) TCICGetSchoolInfoRepModel
override