endQuery property

void Function(num) endQuery

Implementation

void Function(_i2.num) get endQuery => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'endQuery',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void endQuery=(void value(num))

Implementation

set endQuery(void Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'endQuery',
    _i4.allowInterop(value),
  );
}