ariaPosInSet property

String? ariaPosInSet

Implementation

_i2.String? get ariaPosInSet => _i4.getProperty(
      this,
      'ariaPosInSet',
    );
void ariaPosInSet=(String? value)

Implementation

set ariaPosInSet(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaPosInSet',
    value ?? _i6.undefined,
  );
}