isSuccess property

bool isSuccess

Whether this task result is successful.

Implementation

bool get isSuccess => error == null;