UDormBedInvoiceJson constructor

UDormBedInvoiceJson({
  1. int? penaltyPrecentEveryDate,
  2. String? detail1,
  3. String? detail2,
})

Implementation

UDormBedInvoiceJson({
  this.penaltyPrecentEveryDate,
  this.detail1,
  this.detail2,
});