hasFailedOrNull property

bool get hasFailedOrNull

Implementation

bool get hasFailedOrNull => hasFailed || obj == null;