AccountInfo class

Annotations
  • @freezed

Constructors

AccountInfo({@Default(invalidIntValue) int id, @Default(invalidIntValue) int intAccount, @Default(invalidIntValue) int loggedInPersonId, @Default('') String clientRole, @Default('') String effectiveClientRole, @Default('') String contractType, @Default('') String username, @Default('') String displayName, @Default('') String email, FirstContact? firstContact, Address? address, @Default('') String cellphoneNumber, @Default('') String locale, @Default('') String language, @Default('') String culture, @Default('') String displayLanguage, BankAccount? bankAccount, FlatexBankAccount? flatexBankAccount, @Default('') String memberCode, @Default(false) bool isWithdrawalAvailable, @Default(false) bool isAllocationAvailable, @Default(false) bool isIskClient, @Default(false) bool isCollectivePortfolio, @Default(false) bool isAmClientActive, @Default(false) bool canUpgrade})
const
factory
AccountInfo.fromJson(Map<String, dynamic> json)
factory
AccountInfo.init()
factory

Properties

address → Address?
no setterinherited
bankAccount → BankAccount?
no setterinherited
canUpgrade bool
no setterinherited
cellphoneNumber String
no setterinherited
clientRole String
no setterinherited
contractType String
no setterinherited
copyWith → $AccountInfoCopyWith<AccountInfo>
no setterinherited
culture String
no setterinherited
displayLanguage String
no setterinherited
displayName String
no setterinherited
effectiveClientRole String
no setterinherited
email String
no setterinherited
firstContact → FirstContact?
no setterinherited
flatexBankAccount → FlatexBankAccount?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
intAccount int
no setterinherited
isAllocationAvailable bool
no setterinherited
isAmClientActive bool
no setterinherited
isCollectivePortfolio bool
no setterinherited
isIskClient bool
no setterinherited
isWithdrawalAvailable bool
no setterinherited
language String
no setterinherited
locale String
no setterinherited
loggedInPersonId int
no setterinherited
memberCode String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
no setterinherited

Methods

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

Operators

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