isLiteral property

bool isLiteral

Implementation

bool get isLiteral {
  return this is ASTExpressionLiteral;
}