Range constructor

const Range({
  1. double? start,
  2. double? end,
  3. String? msg,
})

Implementation

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