toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final affiliatedDeviceId = this.affiliatedDeviceId;
final deviceType = this.deviceType;
final hostname = this.hostname;
final machine = this.machine;
return {
'affiliatedDeviceId': ?affiliatedDeviceId,
'deviceType': ?deviceType,
'hostname': ?hostname,
'machine': ?machine,
};
}