findOne property

dynamic Function(bool (Object)) get findOne

Implementation

_i2.dynamic Function(_i2.bool Function(_i2.Object)) get findOne =>
    (_i2.bool Function(_i2.Object) p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'findOne',
          ),
          r'call',
          [
            this,
            _i5.allowInterop(p0),
          ],
        );
set findOne (dynamic value(bool (Object)))

Implementation

set findOne(_i2.dynamic Function(_i2.bool Function(_i2.Object)) value) {
  _i5.setProperty(
    this,
    'findOne',
    _i5.allowInterop(value),
  );
}