length 属性

int length
override

map 中键/值对的数目。

实现

int get length => JS('int', '#.size', this);