ariaLive property

String? ariaLive

Implementation

_i2.String? get ariaLive => _i4.getProperty(
      this,
      'ariaLive',
    );
void ariaLive=(String? value)

Implementation

set ariaLive(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaLive',
    value ?? _i6.undefined,
  );
}