isSuccessful property
Returns true
if this task execution has finished successfully.
Implementation
bool get isSuccessful => isFinished && _error == null;
Returns true
if this task execution has finished successfully.
bool get isSuccessful => isFinished && _error == null;