AccountAssets constructor
AccountAssets({
- required double daysAvailable,
- required List<
AssetReportTransaction> transactions, - required List<
Owner> owners, - OwnershipType? ownershipType,
- required List<
HistoricalBalance> historicalBalances, - required String accountId,
- required AccountBalance balances,
- required String? mask,
- required String name,
- required String? officialName,
- required AccountType type,
- required AccountSubtype? subtype,
- AccountAssetsVerificationStatus? verificationStatus,
Implementation
AccountAssets({
required this.daysAvailable,
required this.transactions,
required this.owners,
this.ownershipType,
required this.historicalBalances,
required this.accountId,
required this.balances,
required this.mask,
required this.name,
required this.officialName,
required this.type,
required this.subtype,
this.verificationStatus,
});