length property

int get length

Alias for generic Dart collection length.

Implementation

int get length => _heap.length;