endQuery property
void Function(num)
get
endQuery
Implementation
void Function(_i2.num) get endQuery => (_i2.num p0) => _i4.callMethod(
_i4.getProperty(
this,
'endQuery',
),
r'call',
[
this,
p0,
],
);
set
endQuery
(void value(num))
Implementation
set endQuery(void Function(_i2.num) value) {
_i4.setProperty(
this,
'endQuery',
_i4.allowInterop(value),
);
}