isProcessingConstValues property

bool isProcessingConstValues

True if parsing is inside ConstValues branch of tree

Implementation

bool get isProcessingConstValues => constValDepth > 0;