donation property

  1. @BuiltValueField.new(wireName: r'donation')
Donation? get donation

The object that contains the details of the donation.

Implementation

@BuiltValueField(wireName: r'donation')
Donation? get donation;