UpdateTelemetryEvent.downloadStarted constructor
const
UpdateTelemetryEvent.downloadStarted({})
Creates a download-started event.
Implementation
const UpdateTelemetryEvent.downloadStarted({
Uri? source,
String? version,
String? channel,
String? platform,
}) : this(
type: UpdateTelemetryEventType.downloadStarted,
source: source,
version: version,
channel: channel,
platform: platform,
);