TCICUsersInfoRepModel constructor

TCICUsersInfoRepModel({
  1. int errorCode = 0,
  2. String errorMsg = '',
  3. String requestId = '',
  4. required List<TCICSelfInfoModel> userInfos,
})

Implementation

TCICUsersInfoRepModel({
  this.errorCode = 0,
  this.errorMsg = '',
  this.requestId = '',
  required this.userInfos,
});