isDefaultNamespace property

bool Function([String?]) isDefaultNamespace

Implementation

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

Implementation

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