constantValue property

  1. @override
Constant? get constantValue
override

The constant value of the variable, or null if the variable does not have a constant value.

Implementation

@override
Constant? get constantValue => _constantValue ??= constantValueCompute?.call();