Converts this UsbDevice to a Map.
Map<String, dynamic> toMap() => { 'deviceId': deviceId, 'name': name, 'manufacturer': manufacturer, };