fractionConsumed property

double? fractionConsumed
getter/setter pair

Completion as fraction of the input consumed, from 0.0 (beginning, nothing consumed), to 1.0 (end of the input, entire input consumed).

Implementation

core.double? fractionConsumed;