QueueOowooModel constructor

QueueOowooModel({
  1. int? id,
  2. String? serviceLabel,
  3. int? placeId,
  4. String? serviceInfos,
  5. String? infosUrl,
  6. String? ticketImageUrl,
  7. String? ticketOptionalMessage,
  8. int? typeId,
  9. String? thumbnailService,
  10. int? visibleInOowoo,
  11. int? maxDelayCancel,
  12. dynamic price,
  13. String? currency,
  14. int? nextTime,
  15. int? allowBookWithoutPay,
  16. int? allowBookWithoutConfirmation,
})

Implementation

QueueOowooModel(
    {this.id,
    this.serviceLabel,
    this.placeId,
    this.serviceInfos,
    this.infosUrl,
    this.ticketImageUrl,
    this.ticketOptionalMessage,
    this.typeId,
    this.thumbnailService,
    this.visibleInOowoo,
    this.maxDelayCancel,
    this.price,
    this.currency,
    this.nextTime,
    this.allowBookWithoutPay,
    this.allowBookWithoutConfirmation});