The constant value of the variable, or null if the variable does not have a constant value.
null
@override Constant? get constantValue => _constantValue ??= constantValueCompute?.call();