User constructor
User({})
Implementation
User({
this.accessState,
this.developerAccountPermissions,
this.email,
this.expirationTime,
this.grants,
this.name,
this.partial,
});
User({
this.accessState,
this.developerAccountPermissions,
this.email,
this.expirationTime,
this.grants,
this.name,
this.partial,
});