UserAdModel constructor
UserAdModel({})
Implementation
UserAdModel({
this.id,
this.displayName,
this.givenName,
this.surname,
this.userPrincipalName,
this.mail,
this.accessToken,
this.expiresOn,
this.businessPhones,
this.odataContext,
this.jobTitle,
this.mobilePhone,
this.officeLocation,
this.preferredLanguage,
});