User constructor
User({})
Constructs a User with the provided properties.
All properties can be null, representing an unknown or not provided value.
Implementation
User({
this.businessPhones,
this.displayName,
this.givenName,
this.jobTitle,
this.mail,
this.mobilePhone,
this.officeLocation,
this.preferredLanguage,
this.surname,
this.userPrincipalName,
this.id,
});