TicketMessageBody constructor

TicketMessageBody({
  1. String? storeId,
  2. String? message,
  3. String? status,
  4. List<File>? files,
})

Implementation

TicketMessageBody({
  this.storeId,
  this.message,
  this.status,
  this.files,
});