TelemetryRecord class

Constructors

TelemetryRecord({required String os, required String osVersion, required String framework, String? projectId, String? deviceId, String? deviceManufacturer, String? deviceModel, Map<String, dynamic>? telemetryPayload, Map<String, dynamic>? errorPayload, required String timestamp, required String modelFilename, int? nCtx, int? nGpuLayers})

Properties

deviceId String?
final
deviceManufacturer String?
final
deviceModel String?
final
errorPayload Map<String, dynamic>?
final
framework String
final
hashCode int
The hash code for this object.
no setterinherited
modelFilename String
final
nCtx int?
final
nGpuLayers int?
final
os String
final
osVersion String
final
projectId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telemetryPayload Map<String, dynamic>?
final
timestamp String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited