currentValue property

T? get currentValue

Returns the value currently under test.

Implementation

T? get currentValue => _currentValue;