isSuccess property

bool get isSuccess

Whether the future has completed successfully

Implementation

bool get isSuccess => _state.value.isSuccess;