currentFunds property

  1. @BuiltValueField.new(wireName: r'currentFunds')
Amount? get currentFunds

The current funds in the liable account.

Implementation

@BuiltValueField(wireName: r'currentFunds')
Amount? get currentFunds;