isLiteralMatcher property

bool isLiteralMatcher

Implementation

bool get isLiteralMatcher =>
    !isRemainingMatcher && !isVariable && !hasRegularExpression;