TCICUserInfoRepModel constructor
TCICUserInfoRepModel({
- int errorCode = 0,
- String errorMsg = '',
- String requestId = '',
- required TCICSelfInfoModel userInfo,
Implementation
TCICUserInfoRepModel({
this.errorCode = 0,
this.errorMsg = '',
this.requestId = '',
required this.userInfo,
});