fillToEnd method

void fillToEnd()

Implementation

void fillToEnd() {
  rawSources.fillRange(currentIndex, rawSources.length, 0);
}