length property
Implementation
int get length =>
RustLib.instance.api.crateApiUsbUsbInfoAutoAccessorGetLength(
that: this,
);
Implementation
set length(int length) => RustLib.instance.api
.crateApiUsbUsbInfoAutoAccessorSetLength(that: this, length: length);