Span constructor

const Span(
  1. int start,
  2. int end
)

Creates the half-open range start..end.

Implementation

const Span(this.start, this.end);