select property

bool? get select

If true, then the element will be selected.

Implementation

_i2.bool? get select => _i5.getProperty(
      this,
      'select',
    );
set select (bool? value)

Implementation

set select(_i2.bool? value) {
  _i5.setProperty(
    this,
    'select',
    value ?? _i6.undefined,
  );
}