PropsItem constructor

PropsItem({
  1. String name = "",
  2. String icon = "",
  3. int count = 0,
  4. int id = 0,
})

Implementation

PropsItem({
  this.name = "",
  this.icon = "",
  this.count = 0,
  this.id = 0,
});