amount property

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

The amount available on the grant account.

Implementation

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