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