UserProfile constructor
Implementation
const UserProfile({
this.userID = '',
this.nickname,
this.avatarURL,
this.selfSignature,
this.gender,
this.role,
this.level,
this.birthday,
this.allowType,
this.customInfo,
});
const UserProfile({
this.userID = '',
this.nickname,
this.avatarURL,
this.selfSignature,
this.gender,
this.role,
this.level,
this.birthday,
this.allowType,
this.customInfo,
});