ClientAccountInformation class

The class represents client account information with various properties such as email, phone, name, address, and agreements.

Constructors

ClientAccountInformation({required int clientId, required String email, String? phone, String? customId, required String uuid, String? firstName, String? lastName, String? displayName, required ClientSex sex, String? birthDate, String? avatarUrl, String? company, String? address, String? province, String? city, String? zipCode, String? countryCode, bool? anonymous, DateTime? lastActivityDate, ClientAgreements? agreements, Map<String, Object>? attributes, List<String?>? tags})
ClientAccountInformation.fromMap(Map map)
This is a named constructor in the ClientAccountInformation class that takes a Map as input and creates a new instance of ClientAccountInformation with the values extracted from the map.

Properties

address String?
final
agreements ClientAgreements?
final
anonymous bool?
final
attributes Map<String, Object>?
final
avatarUrl String?
final
birthDate String?
final
city String?
final
clientId int
final
company String?
final
countryCode String?
final
customId String?
final
displayName String?
final
email String
final
firstName String?
final
hashCode int
The hash code for this object.
no setterinherited
lastActivityDate DateTime?
final
lastName String?
final
phone String?
final
province String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex ClientSex
final
tags List<String?>?
final
uuid String
final
zipCode String?
final

Methods

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