findAllWithCriteria property

Array<Object> Function<T extends List>(FindAllCriteria<T>) get findAllWithCriteria

Implementation

_i4.Array<_i2.Object> Function<T extends _i2.List<_i2.dynamic>>(
        _i3.FindAllCriteria<T>)
    get findAllWithCriteria =>
        <T extends _i2.List<_i2.dynamic>>(_i3.FindAllCriteria<T> p0) =>
            _i5.callMethod(
              _i5.getProperty(
                this,
                'findAllWithCriteria',
              ),
              r'call',
              [
                this,
                p0,
              ],
            );
set findAllWithCriteria (Array<Object> value<T extends List>(FindAllCriteria<T>))

Implementation

set findAllWithCriteria(
    _i4.Array<_i2.Object> Function<T extends _i2.List<_i2.dynamic>>(
            _i3.FindAllCriteria<T>)
        value) {
  _i5.setProperty(
    this,
    'findAllWithCriteria',
    _i5.allowInterop(value),
  );
}