ariaAtomic property

String? get ariaAtomic

Implementation

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

Implementation

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