vendorId property
Implementation
int get vendorId =>
RustLib.instance.api.crateApiUsbUsbInfoAutoAccessorGetVendorId(
that: this,
);
Implementation
set vendorId(int vendorId) =>
RustLib.instance.api.crateApiUsbUsbInfoAutoAccessorSetVendorId(
that: this, vendorId: vendorId);