length property

num get length

A read only number of bytes of the unread portion of the buffer.

Implementation

_i2.num get length => _i3.getProperty(
      this,
      'length',
    );