count property
      
      num
      get
      count
      
    
    
This read-only property is the total number of items in the iterated collection.
Implementation
_i2.num get count => _i4.getProperty(
      this,
      'count',
    );This read-only property is the total number of items in the iterated collection.
_i2.num get count => _i4.getProperty(
      this,
      'count',
    );