isDone property

bool get isDone

Whether this event represents successful completion.

Implementation

bool get isDone => type == ICloudTransferProgressType.done;