Position constructor

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

Implementation

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