length property

int get length
override

Implementation

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

Implementation

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