maxIndex property

num maxIndex

This read-only property returns the largest index value.

Implementation

_i2.num get maxIndex => _i4.getProperty(
      this,
      'maxIndex',
    );
void maxIndex=(num value)

Implementation

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