TCICGetSchoolInfoRepModel constructor
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 [],
Implementation
TCICGetSchoolInfoRepModel({
this.errorCode = 0,
this.errorMsg = '',
this.requestId = '',
this.schoolId = 0,
this.name = '',
this.originId = '',
this.sdkappid = 0,
this.customData = '',
this.callbackUrl = '',
this.featureBlackList = const [],
required this.customContent,
this.type = 0,
this.callbackKey = '',
this.availableTerminals = const [],
});