isLiteralMatcher property Null safety

bool isLiteralMatcher

Implementation

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