length property

int get length

Implementation

int get length => _elements.values.fold(0, (a, b) => a + b);