has property

bool Function(Uri) has

Implementation

_i2.bool Function(_i3.Uri) get has => (_i3.Uri p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'has',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void has=(bool value(Uri))

Implementation

set has(_i2.bool Function(_i3.Uri) value) {
  _i5.setProperty(
    this,
    'has',
    _i5.allowInterop(value),
  );
}