balance property
The list of balances held by the account.
Implementation
@BuiltValueField(wireName: r'balance')
BuiltList<Amount>? get balance;
The list of balances held by the account.
@BuiltValueField(wireName: r'balance')
BuiltList<Amount>? get balance;