length property

  1. @override
int length
inherited

The number of keys in the multimap.

Implementation

@override
int get length => _map.length;