length property

int get length

Number of cells allocated in the buffer.

Implementation

int get length {
  _checkNotDisposed();
  return _bindings.textBufferGetLength(_ptr);
}