values property

  1. @BuiltValueField.new(wireName: r'values')
BuiltList<int>? get values

The fixed donation amounts in minor units. This field is only present when donationType is fixedAmounts.

Implementation

@BuiltValueField(wireName: r'values')
BuiltList<int>? get values;