LengthTrait constructor

const LengthTrait({
  1. int? min,
  2. int? max,
})

Implementation

const LengthTrait({
  this.min,
  this.max,
});