isError property
bool
get
isError
Whether this event represents a failure.
Implementation
bool get isError => type == ICloudTransferProgressType.error;
Whether this event represents a failure.
bool get isError => type == ICloudTransferProgressType.error;