isDone property
bool
get
isDone
Whether this event represents successful completion.
Implementation
bool get isDone => type == ICloudTransferProgressType.done;
Whether this event represents successful completion.
bool get isDone => type == ICloudTransferProgressType.done;