Length constructor

const Length({
  1. int min = 0,
  2. int? max,
})

Implementation

const Length({this.min = 0, this.max});