Receipt constructor

Receipt(
  1. bool sms,
  2. bool email, {
  3. String? id,
})

Implementation

Receipt(this.sms, this.email, {this.id});