AttributesMapping constructor

AttributesMapping({
  1. int? id,
  2. String? transactionId,
  3. int? rowId,
  4. int? mode,
  5. String? value,
  6. bool? amount,
  7. String? status,
  8. Attribute? attribute,
})

Implementation

AttributesMapping(
    {this.id,
      this.transactionId,
      this.rowId,
      this.mode,
      this.value,
      this.amount,
      this.status,
      this.attribute});