UserQueue constructor

UserQueue({
  1. int position = 1,
  2. String thumbnail = '',
  3. String ticketUniqueId = '',
  4. int userId = 1,
  5. String userUniqueId = '',
})

Implementation

UserQueue(
    {  this.position = 1,
      this.thumbnail = '',
      this.ticketUniqueId = '',
      this.userId = 1,
      this.userUniqueId = ''});