TicketTime constructor

TicketTime({
  1. String? type,
  2. String? description,
})

Implementation

TicketTime({
  this.type,
  this.description,
});