AdjustmentType constructor

AdjustmentType({
  1. String? adjustmentType,
})

Implementation

AdjustmentType({
  this.adjustmentType,
});