any property

bool Function(bool (KeyValuePair<K, T>)) get any

Implementation

_i2.bool Function(_i2.bool Function(_i3.KeyValuePair<K, T>)) get any =>
    (_i2.bool Function(_i3.KeyValuePair<K, T>) p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'any',
          ),
          r'call',
          [
            this,
            _i4.allowInterop(p0),
          ],
        );
set any (bool value(bool (KeyValuePair<K, T>)))

Implementation

set any(_i2.bool Function(_i2.bool Function(_i3.KeyValuePair<K, T>)) value) {
  _i4.setProperty(
    this,
    'any',
    _i4.allowInterop(value),
  );
}