ariaValueMax property

String? ariaValueMax

Implementation

String? get ariaValueMax => js_util.getProperty(this, 'ariaValueMax');
void ariaValueMax=(String? newValue)

Implementation

set ariaValueMax(String? newValue) {
  js_util.setProperty(this, 'ariaValueMax', newValue);
}