BackpackBean constructor

BackpackBean({
  1. int propsCount = 0,
  2. int propsId = 0,
  3. String icon = "",
  4. String propsName = "",
  5. num id = 0,
  6. num userId = 0,
  7. int propsType = 0,
  8. int buttonOrLabel = 0,
  9. int userNobility = 0,
  10. int propsNobility = 0,
})

Implementation

BackpackBean({
  this.propsCount = 0,
  this.propsId = 0,
  this.icon = "",
  this.propsName = "",
  this.id = 0,
  this.userId = 0,
  this.propsType = 0,
  this.buttonOrLabel = 0,
  this.userNobility = 0,
  this.propsNobility = 0
});