UserEntity constructor
UserEntity({
- String? nickName,
- String? faceUrl,
- String? selfSignature,
- UserGenderEnum? gender,
- int? role,
- int? level,
- UserAllowTypeEnum? allowType,
- Map<
String, String> ? customInfo,
Implementation
UserEntity({
this.nickName,
this.faceUrl,
this.selfSignature,
this.gender,
this.role,
this.level,
this.allowType,
this.customInfo,
});