isLiteral property

bool isLiteral

Whether this expression is a literal. Some use-sites need to put parentheses around non-literals.

Implementation

bool get isLiteral => false;