TrackedDonation.withoutId constructor

TrackedDonation.withoutId(
  1. {int amount,
  2. String dateRecorded,
  3. bool donationProcessed}
)

Constructor for a tracked donation without an ID

Implementation

TrackedDonation.withoutId({this.amount, this.dateRecorded, this.donationProcessed});