ActiveInfoBean constructor

ActiveInfoBean({
  1. int showForever = 0,
  2. String activityName = "",
  3. String activityBanner = "",
  4. String startTime = "",
  5. String endTime = "",
  6. String linkAddr = "",
  7. int linkType = 1,
  8. int activityType = 1,
  9. int expireState = 0,
  10. int available = 0,
})

Implementation

ActiveInfoBean({
  this.showForever = 0,
  this.activityName = "",
  this.activityBanner = "",
  this.startTime = "",
  this.endTime = "",
  this.linkAddr = "",
  this.linkType = 1,
  this.activityType = 1,
  this.expireState = 0,
  this.available = 0,
});