byteLength property
num
get
byteLength
The length in bytes of the array.
Implementation
_i2.num get byteLength => _i6.getProperty(
this,
'byteLength',
);
set
byteLength
(num value)
Implementation
set byteLength(_i2.num value) {
_i6.setProperty(
this,
'byteLength',
value,
);
}