length property

num length

Returns the number of nodes in the collection.

MDN Reference

Implementation

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