currentValue property

T? get currentValue

The current value of the input.

Implementation

T? get currentValue => _currentValue;