ariaCurrent property

String? ariaCurrent

Implementation

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

Implementation

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