length property

num get length

Returns the number of key/value pairs currently present in the list associated with the object.

Implementation

_i2.num get length => _i4.getProperty(
      this,
      'length',
    );