length property

int length

The length of this list.

Implementation

int get length {
  return list.length;
}