isConstValue property

bool get isConstValue

Wether this value is constantant value, i.e. its value can be computed before compile into bytecode.

Implementation

bool get isConstValue => value != null;