isLiteral property
bool
get
isLiteral
Whether this constant is a literal value.
Implementation
bool get isLiteral => this is ConstLiteral<dynamic>;
Whether this constant is a literal value.
bool get isLiteral => this is ConstLiteral<dynamic>;