isError property

bool get isError

Whether this event represents a failure.

Implementation

bool get isError => type == ICloudTransferProgressType.error;