isProgress property
bool
get
isProgress
Whether this event represents a progress update.
Implementation
bool get isProgress => type == ICloudTransferProgressType.progress;
Whether this event represents a progress update.
bool get isProgress => type == ICloudTransferProgressType.progress;