PredefinedAmount constructor

PredefinedAmount({
  1. List<num>? values,
  2. num? multiplier,
  3. bool? isEditable,
})

Implementation

PredefinedAmount({
  this.values,
  this.multiplier,
  this.isEditable,
});