state property

AsyncValue<T> state

Gets the current state.

Implementation

AsyncValue<T> get state => notifier.state;