hasAttributeNS property

bool Function(String, [String?]) hasAttributeNS

Implementation

_i2.bool Function(
  _i2.String, [
  _i2.String?,
]) get hasAttributeNS => (
      _i2.String p1, [
      _i2.String? p0,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'hasAttributeNS',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
            p1,
          ],
        );
void hasAttributeNS=(bool value(String, [String?]))

Implementation

set hasAttributeNS(
    _i2.bool Function(
      _i2.String, [
      _i2.String?,
    ]) value) {
  _i4.setProperty(
    this,
    'hasAttributeNS',
    _i4.allowInterop(value),
  );
}