UpdateTelemetryEvent constructor
const
UpdateTelemetryEvent({})
Creates a telemetry event.
Implementation
const UpdateTelemetryEvent({
required this.type,
this.version,
this.channel,
this.platform,
this.source,
this.stagingPath,
this.mandatory,
this.error,
});