length property

int length

Length of this map.

Implementation

int get length {
  return map.length;
}