value property

  1. @override
T value
override

The current value stored in this notifier.

Implementation

@override
T get value => _value;