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