isLiteralMatcher property

bool get isLiteralMatcher

Implementation

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