TicketInfoModel constructor

TicketInfoModel({
  1. int? timeStart,
  2. int? realStart,
  3. int? timeRemaining,
  4. int? userId,
  5. int? averageTime,
  6. String? accessCode,
  7. String? uniqueId,
  8. int? updatedAt,
  9. int? serviceId,
  10. int? timeStop,
  11. int? realStop,
  12. int? status,
  13. String? eventUniqueId,
  14. String? ticketUniqueId,
  15. int? createdAt,
  16. int? commissionId,
  17. String? proDisplayName,
  18. String? proUniqueId,
})

Implementation

TicketInfoModel(
    {this.timeStart,
    this.realStart,
    this.timeRemaining,
    this.userId,
    this.averageTime,
    this.accessCode,
    this.uniqueId,
    this.updatedAt,
    this.serviceId,
    this.timeStop,
    this.realStop,
    this.status,
    this.eventUniqueId,
    this.ticketUniqueId,
    this.createdAt,
    this.commissionId,
    this.proDisplayName,
    this.proUniqueId});