all property

bool Function(bool (T)) all

Implementation

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

Implementation

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