count property

num count

This read-only property is the number of associations in the Map.

Implementation

_i2.num get count => _i4.getProperty(
      this,
      'count',
    );
void count=(num value)

Implementation

set count(_i2.num value) {
  _i4.setProperty(
    this,
    'count',
    value,
  );
}