value property

T get value

Gets the current item in the collection, assuming #next has just returned true.

Implementation

T get value => _i4.getProperty(
      this,
      'value',
    );