ariaLevel property

String? ariaLevel

Implementation

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

Implementation

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