PropsInfoBean constructor

PropsInfoBean({
  1. String amount = "",
  2. int state = 0,
  3. PropsItem? props1,
  4. PropsItem? props2,
  5. PropsItem? props3,
})

Implementation

PropsInfoBean({
  this.amount = "",
  this.state = 0,
  this.props1,
  this.props2,
  this.props3,
});