length 属性

int length
覆盖

映射中键/值对的数量。

实现

int get length {
  return _count;
}