connectionStateUpdating property
Downloading data received while the application was offline
Implementation
ConnectionStateUpdating? get connectionStateUpdating {
if (this is ConnectionStateUpdating) {
return this as ConnectionStateUpdating;
}
return null;
}