RangeType constructor

const RangeType({
  1. dynamic start,
  2. dynamic end,
})

Implementation

const RangeType({this.start, this.end});