Returns the number of elements in this collection.
If not applicable or not known then 0 should be returned.
@override int get length => map.length;