state property

AsyncState get state

Current async state (idle, loading, success, error).

Implementation

AsyncState get state => _state.value;