values property

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

The amounts of the donation (in minor units).

Implementation

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