isSuccess property

bool get isSuccess

Implementation

bool get isSuccess => state == 'completed' && (ret ?? -1) == 0;