Constructor for a tracked donation with an ID
TrackedDonation({this.id, this.amount, this.dateRecorded, this.donationProcessed});