select property

void Function() select

Implementation

void Function() get select => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'select',
      ),
      r'call',
      [this],
    );
void select=(void value())

Implementation

set select(void Function() value) {
  _i4.setProperty(
    this,
    'select',
    _i4.allowInterop(value),
  );
}