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