currentValue property

bool get currentValue
inherited

Implementation

V get currentValue => _currentValue!;
set currentValue (bool value)
inherited

Implementation

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