value property

T? get value

Constant value for the run, or null for non-constant runs.

Implementation

T? get value => _value;