length属性

int length
继承

映射中键/值对的数量。

实现

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