BufferRange constructor

const BufferRange(
  1. int begin,
  2. int end
)

Implementation

const BufferRange(this.begin, this.end);