TelemetryRecord constructor
TelemetryRecord({})
Implementation
TelemetryRecord({
required this.timestamp,
this.backendConnectionErrors,
this.segmentsReceivedCount,
this.segmentsRejectedCount,
this.segmentsSentCount,
this.segmentsSpilloverCount,
});