state property

  1. @override
T get state
override

The current state value.

Implementation

@override
T get state => _notifier.value;