ariaHasPopup property

String? ariaHasPopup

Implementation

_i2.String? get ariaHasPopup => _i4.getProperty(
      this,
      'ariaHasPopup',
    );
void ariaHasPopup=(String? value)

Implementation

set ariaHasPopup(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaHasPopup',
    value ?? _i6.undefined,
  );
}