ariaCurrent property
String?
get
ariaCurrent
Implementation
_i2.String? get ariaCurrent => _i4.getProperty(
this,
'ariaCurrent',
);
set
ariaCurrent
(String? value)
Implementation
set ariaCurrent(_i2.String? value) {
_i4.setProperty(
this,
'ariaCurrent',
value ?? _i6.undefined,
);
}