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