User constructor
const
User({})
Implementation
const User({
this.uid,
this.username,
this.nickname,
this.email,
this.mobile,
this.avatar,
this.description,
this.platform,
this.enabled,
this.superUser,
this.emailVerified,
this.mobileVerified,
this.currentOrganization,
});