toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appReport = this.appReport;
final audioStatusReport = this.audioStatusReport;
final batteryInfo = this.batteryInfo;
final batteryStatusReport = this.batteryStatusReport;
final bootPerformanceReport = this.bootPerformanceReport;
final cpuInfo = this.cpuInfo;
final cpuStatusReport = this.cpuStatusReport;
final customer = this.customer;
final deviceId = this.deviceId;
final graphicsInfo = this.graphicsInfo;
final graphicsStatusReport = this.graphicsStatusReport;
final heartbeatStatusReport = this.heartbeatStatusReport;
final kioskAppStatusReport = this.kioskAppStatusReport;
final memoryInfo = this.memoryInfo;
final memoryStatusReport = this.memoryStatusReport;
final name = this.name;
final networkBandwidthReport = this.networkBandwidthReport;
final networkDiagnosticsReport = this.networkDiagnosticsReport;
final networkInfo = this.networkInfo;
final networkStatusReport = this.networkStatusReport;
final orgUnitId = this.orgUnitId;
final osUpdateStatus = this.osUpdateStatus;
final peripheralsReport = this.peripheralsReport;
final runtimeCountersReport = this.runtimeCountersReport;
final serialNumber = this.serialNumber;
final storageInfo = this.storageInfo;
final storageStatusReport = this.storageStatusReport;
final thunderboltInfo = this.thunderboltInfo;
return {
'appReport': ?appReport,
'audioStatusReport': ?audioStatusReport,
'batteryInfo': ?batteryInfo,
'batteryStatusReport': ?batteryStatusReport,
'bootPerformanceReport': ?bootPerformanceReport,
'cpuInfo': ?cpuInfo,
'cpuStatusReport': ?cpuStatusReport,
'customer': ?customer,
'deviceId': ?deviceId,
'graphicsInfo': ?graphicsInfo,
'graphicsStatusReport': ?graphicsStatusReport,
'heartbeatStatusReport': ?heartbeatStatusReport,
'kioskAppStatusReport': ?kioskAppStatusReport,
'memoryInfo': ?memoryInfo,
'memoryStatusReport': ?memoryStatusReport,
'name': ?name,
'networkBandwidthReport': ?networkBandwidthReport,
'networkDiagnosticsReport': ?networkDiagnosticsReport,
'networkInfo': ?networkInfo,
'networkStatusReport': ?networkStatusReport,
'orgUnitId': ?orgUnitId,
'osUpdateStatus': ?osUpdateStatus,
'peripheralsReport': ?peripheralsReport,
'runtimeCountersReport': ?runtimeCountersReport,
'serialNumber': ?serialNumber,
'storageInfo': ?storageInfo,
'storageStatusReport': ?storageStatusReport,
'thunderboltInfo': ?thunderboltInfo,
};
}