ariaPosInSet property

String? ariaPosInSet

Implementation

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

Implementation

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