UserAdModel class Null safety

Constructors

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})
UserAdModel.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String?
read / write
businessPhones List<String>?
final
displayName String?
final
expiresOn String?
read / write
givenName String?
final
hashCode int
The hash code for this object. [...]
read-only, inherited
id String?
final
jobTitle String?
final
mail String?
final
mobilePhone String?
final
odataContext String?
final
officeLocation String?
final
preferredLanguage String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
surname String?
final
userPrincipalName String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>?
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited