Account class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

Account(String userId, String domain, String tenantId, DateTime createdAt, [String? username, String? phone, String? email, String? nickname, String? givenName, String? familyName, String? middleName, String? photo, Gender? gender, DateTime? birthdate, Address? address, String? brief])
Account.fromJson(Map<String, dynamic> json)
factory

Properties

address Address?
final
birthdate DateTime?
final
brief String?
final
createdAt DateTime
final
domain String
final
email String?
final
familyName String?
final
gender Gender?
final
givenName String?
final
hashCode int
The hash code for this object.
no setterinherited
middleName String?
final
nickname String?
final
phone String?
final
photo String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String
final
userId String
final
username String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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