User constructor
User({
- String? did,
- UserProfile? profile,
- String? name,
- String? about,
- String? verificationProof,
Implementation
User({
this.did,
this.profile,
this.name,
this.about,
this.verificationProof,
});