currentValue property

String currentValue
inherited

Implementation

V get currentValue => _currentValue!;
void currentValue=(String value)
inherited

Implementation

set currentValue(V value) => _currentValue = value;