RecordHitInfo constructor

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

Implementation

RecordHitInfo(this.start, this.end);