isProgress property

bool get isProgress

Whether this event represents a progress update.

Implementation

bool get isProgress => type == ICloudTransferProgressType.progress;