RecordedDonation constructor

const RecordedDonation(
  1. String id,
  2. Map<String, Object?> args
)

Implementation

const RecordedDonation(this.id, this.args);