ariaPosInSet property

String? get ariaPosInSet

Implementation

String? get ariaPosInSet => js_util.getProperty(this, 'ariaPosInSet');
set ariaPosInSet (String? newValue)

Implementation

set ariaPosInSet(String? newValue) {
  js_util.setProperty(this, 'ariaPosInSet', newValue);
}