empty method

bool empty()

Returns whether the unread portion of the buffer is empty.

Implementation

_i2.bool empty() => _i3.callMethod(
      this,
      'empty',
      [],
    );