state property
AsyncState
get
state
Current async state (idle, loading, success, error).
Implementation
AsyncState get state => _state.value;
Current async state (idle, loading, success, error).
AsyncState get state => _state.value;