SeatApplication constructor

SeatApplication({
  1. String id = '',
  2. String userId = '',
  3. String avatarUrl = '',
  4. String userName = '',
  5. String content = '',
  6. int timestamp = 0,
})

Implementation

SeatApplication(
    {this.id = '',
    this.userId = '',
    this.avatarUrl = '',
    this.userName = '',
    this.content = '',
    this.timestamp = 0});