amount property

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

The cost of this delivery method.

Implementation

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