maxPacketSize property
Implementation
int get maxPacketSize =>
    RustLib.instance.api.crateApiUsbUsbInfoAutoAccessorGetMaxPacketSize(
      that: this,
    );Implementation
set maxPacketSize(int maxPacketSize) =>
    RustLib.instance.api.crateApiUsbUsbInfoAutoAccessorSetMaxPacketSize(
        that: this, maxPacketSize: maxPacketSize);