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