toString method
override
Returns a string representation of this object.
Implementation
@override
String toString() {
return "TrackedDonation [id=${this.id}, amount=${this.amount}, dateRecorded=${this.dateRecorded}, donationProcessed=${this.donationProcessed}]";
}