end method

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

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

Implementation

TYPE? end({bool? inclusive}) => _end;