isConstValue property

bool get isConstValue

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

Implementation

bool get isConstValue => value != null;