NESeatItem constructor

NESeatItem(
  1. int? index,
  2. int? status,
  3. String? user,
  4. String? userName,
  5. String? icon,
  6. int? onSeatType,
  7. int? updated,
)

Implementation

NESeatItem(this.index, this.status, this.user, this.userName, this.icon,
    this.onSeatType, this.updated);