isSuccess property

bool get isSuccess

Whether task succeeded

Implementation

bool get isSuccess => status == 'succeeded';