TCICGetSchoolInfoRepModel constructor

TCICGetSchoolInfoRepModel({
  1. int errorCode = 0,
  2. String errorMsg = '',
  3. String requestId = '',
  4. int schoolId = 0,
  5. String name = '',
  6. String originId = '',
  7. int sdkappid = 0,
  8. String customData = '',
  9. String callbackUrl = '',
  10. List featureBlackList = const [],
  11. required CustomContent customContent,
  12. int type = 0,
  13. String callbackKey = '',
  14. 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 [],
});