isLiteral property

bool get isLiteral

Whether this constant is a literal value.

Implementation

bool get isLiteral => this is ConstLiteral<dynamic>;