start method

TYPE? start({
  1. bool? inclusive,
})

Returns the start value of the range, optionally with inclusion overridden.

Implementation

TYPE? start({bool? inclusive}) => _start;