lastPickIndex property
num
get
lastPickIndex
(undocumented)
Implementation
_i2.num get lastPickIndex => _i4.getProperty(
this,
'lastPickIndex',
);
set
lastPickIndex
(num value)
Implementation
set lastPickIndex(_i2.num value) {
_i4.setProperty(
this,
'lastPickIndex',
value,
);
}