DonationDropoff constructor

DonationDropoff(
  1. {String donorNumber,
  2. String amount,
  3. String dateDroppedOff,
  4. String depotId,
  5. String donorEmail}
)

Constructor

Implementation

DonationDropoff({this.donorNumber, this.amount, this.dateDroppedOff, this.depotId, this.donorEmail});