currentBalance property
Balance of an account after processing of the transaction.
Implementation
@BuiltValueField(wireName: r'CurrentBalance')
num? get currentBalance;
Balance of an account after processing of the transaction.
@BuiltValueField(wireName: r'CurrentBalance')
num? get currentBalance;