length 属性

int length
重写

映射中键/值对的数量。

实现

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