toJson method
Implementation
Map<String, dynamic> toJson() {
final _resultData = <String, dynamic>{};
final l$publicCoreDeviceBySerial = publicCoreDeviceBySerial;
_resultData['publicCoreDeviceBySerial'] = l$publicCoreDeviceBySerial
?.toJson();
final l$$__typename = $__typename;
_resultData['__typename'] = l$$__typename;
return _resultData;
}