length property

  1. @override
int length
override

Returns the number of elements in this collection.

If not applicable or not known then 0 should be returned.

Implementation

@override
int get length => map.length;