TCICUsersInfoRepModel constructor
TCICUsersInfoRepModel({
- int errorCode = 0,
- String errorMsg = '',
- String requestId = '',
- required List<
TCICSelfInfoModel> userInfos,
Implementation
TCICUsersInfoRepModel({
this.errorCode = 0,
this.errorMsg = '',
this.requestId = '',
required this.userInfos,
});