query property

Future<LockManagerSnapshot> Function() get query

Implementation

_i2.Future<_i3.LockManagerSnapshot> Function() get query =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'query',
          ),
          r'call',
          [this],
        ));
set query (Future<LockManagerSnapshot> value())

Implementation

set query(_i2.Future<_i3.LockManagerSnapshot> Function() value) {
  _i4.setProperty(
    this,
    'query',
    _i4.allowInterop(value),
  );
}