length property

int get length

Returns the length of the list.

Implementation

int get length => value.length;