WeightLimit constructor

WeightLimit({
  1. double? min,
  2. double? max,
})

Implementation

WeightLimit({this.min, this.max});