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