ariaAtomic property

String? ariaAtomic

Implementation

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

Implementation

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