Range constructor

Range({
  1. Start? start,
  2. Start? end,
})

Implementation

Range({this.start, this.end});