has property

bool Function(String) has

Implementation

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

Implementation

set has(_i2.bool Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'has',
    _i4.allowInterop(value),
  );
}