length property

int length

Return the number of elements the buffer holds

Implementation

int get length {
  return buffer.length;
}