UserVipInfo constructor

UserVipInfo({
  1. bool jointVip = false,
  2. String color = '',
  3. bool underline = false,
  4. bool metal = false,
  5. int autoCheckin = 0,
  6. bool bold = false,
  7. String oId = '',
  8. bool state = false,
  9. String userId = '',
  10. String lvCode = '',
  11. int expiresAt = 0,
  12. int createdAt = 0,
  13. int updatedAt = 0,
})

Implementation

UserVipInfo({
  this.jointVip = false,
  this.color = '',
  this.underline = false,
  this.metal = false,
  this.autoCheckin = 0,
  this.bold = false,
  this.oId = '',
  this.state = false,
  this.userId = '',
  this.lvCode = '',
  this.expiresAt = 0,
  this.createdAt = 0,
  this.updatedAt = 0,
});