isSuccessful property

bool isSuccessful

Indicates whether a task is successful.

Implementation

bool get isSuccessful => _state == _AGCStorageTaskState.success;