nextOutputIndex property

int get nextOutputIndex

Implementation

int get nextOutputIndex =>
    emitted ??
    (factor > 0 && lastChunk != null ? (lastChunk! + 1) ~/ factor : 0);