ariaLevel property

String? get ariaLevel

Implementation

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

Implementation

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