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