size property

int get size

Implementation

int get size {
  return _list.length;
}