UserAdModel(- {String? id,
- String? displayName,
- String? givenName,
- String? surname,
- String? userPrincipalName,
- String? mail,
- String? accessToken,
- String? expiresOn,
- List<String>? businessPhones,
- String? odataContext,
- String? jobTitle,
- String? mobilePhone,
- String? officeLocation,
- String? preferredLanguage}
)
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,
});