lastPickIndex property

num lastPickIndex

(undocumented)

Implementation

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

Implementation

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