FileRange constructor

FileRange(
  1. int start,
  2. int end
)

Implementation

FileRange(this.start, this.end);