byteOffset property

num get byteOffset

The offset in bytes of the array.

Implementation

_i2.num get byteOffset => _i6.getProperty(
      this,
      'byteOffset',
    );
set byteOffset (num value)

Implementation

set byteOffset(_i2.num value) {
  _i6.setProperty(
    this,
    'byteOffset',
    value,
  );
}