length property

int get length

Implementation

int get length {
  throwIfDisposed('get length');
  return value.length;
}