maxIndex property
num
get
maxIndex
This read-only property returns the largest index value.
Implementation
_i2.num get maxIndex => _i4.getProperty(
this,
'maxIndex',
);
set
maxIndex
(num value)
Implementation
set maxIndex(_i2.num value) {
_i4.setProperty(
this,
'maxIndex',
value,
);
}