ariaLive property

String? ariaLive

Implementation

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

Implementation

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