length property

int get length

The legth of the list.

Implementation

int get length => this.list.length;