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