ariaLive property
String?
get
ariaLive
Implementation
_i2.String? get ariaLive => _i4.getProperty(
this,
'ariaLive',
);
set
ariaLive
(String? value)
Implementation
set ariaLive(_i2.String? value) {
_i4.setProperty(
this,
'ariaLive',
value ?? _i6.undefined,
);
}