state property

ResourceState<T> get state

The current state as a reactive variable.

Implementation

ResourceState<T> get state => _state.value;