state property
ResourceState<T>
get
state
The current state as a reactive variable.
Implementation
ResourceState<T> get state => _state.value;
The current state as a reactive variable.
ResourceState<T> get state => _state.value;