Profile constructor
Profile({})
Implementation
Profile({
this.uid,
this.email,
this.phoneNumber,
this.displayName,
this.photoURL,
this.disabled,
this.incomplete = true,
this.roles = const {}
});
Profile({
this.uid,
this.email,
this.phoneNumber,
this.displayName,
this.photoURL,
this.disabled,
this.incomplete = true,
this.roles = const {}
});