currentValue property
T
get
currentValue
Current value or default.
Implementation
T get currentValue => _currentValue ?? defaultValue;
Current value or default.
T get currentValue => _currentValue ?? defaultValue;