ariaValueMax property
String?
get
ariaValueMax
Implementation
String? get ariaValueMax => js_util.getProperty(this, 'ariaValueMax');
set
ariaValueMax
(String? newValue)
Implementation
set ariaValueMax(String? newValue) {
js_util.setProperty(this, 'ariaValueMax', newValue);
}