AccountBase constructor
AccountBase({
- String? accountId,
- AccountBalance? balances,
- String? mask,
- String? name,
- String? officialName,
- AccountType? type,
- AccountSubtype? subtype,
- AccountBaseVerificationStatus? verificationStatus,
Implementation
AccountBase({
this.accountId,
this.balances,
this.mask,
this.name,
this.officialName,
this.type,
this.subtype,
this.verificationStatus,
});