firstPickIndex property

num firstPickIndex

(undocumented)

Implementation

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

Implementation

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