ClientSimpleAuthenticationData class

The ClientSimpleAuthenticationData class is a data model that represents the simple authentication data of a client. It contains various properties such as email, phone number, custom ID, UUID, first name, last name, display name, sex, birth date, avatar URL, company, address, city, province, zip code, country code, agreements, and attributes.

Constructors

ClientSimpleAuthenticationData({String? email, String? phone, String? customId, String? uuid, String? firstName, String? lastName, String? displayName, ClientSex? sex, String? birthDate, String? avatarUrl, String? company, String? address, String? city, String? province, String? zipCode, String? countryCode, ClientAgreements? agreements, Map<String, Object>? attributes})

Properties

address String?
getter/setter pair
agreements ClientAgreements?
getter/setter pair
attributes Map<String, Object>?
getter/setter pair
avatarUrl String?
getter/setter pair
birthDate String?
getter/setter pair
city String?
getter/setter pair
company String?
getter/setter pair
countryCode String?
getter/setter pair
customId String?
getter/setter pair
displayName String?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName String?
getter/setter pair
phone String?
getter/setter pair
province String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex ClientSex?
getter/setter pair
uuid String?
getter/setter pair
zipCode String?
getter/setter pair

Methods

asMap() Map
The asMap() method in the ClientSimpleAuthenticationData class is used to convert the object into a Map representation. It returns a Map object that contains all the properties of the ClientSimpleAuthenticationData object. Each property is mapped to its corresponding key-value pair in the Map.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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