currentIteration property

num get currentIteration

This read-only property returns the current iteration count, valid during a call to #doLayout.

Implementation

_i2.num get currentIteration => _i4.getProperty(
      this,
      'currentIteration',
    );
set currentIteration (num value)

Implementation

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