includes property

bool Function([dynamic]) get includes

Implementation

_i2.bool Function([_i2.dynamic]) get includes =>
    ([_i2.dynamic p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'includes',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set includes (bool value([dynamic]))

Implementation

set includes(_i2.bool Function([_i2.dynamic]) value) {
  _i4.setProperty(
    this,
    'includes',
    _i4.allowInterop(value),
  );
}