hasVarPaths property

bool hasVarPaths

Implementation

bool get hasVarPaths =>
    regexes.isNotEmpty ||
    varSubTree != null ||
    globValue.isNotEmpty;