isQuery property
bool Function([WebGLQuery?])
get
isQuery
Implementation
_i2.bool Function([_i3.WebGLQuery?]) get isQuery =>
([_i3.WebGLQuery? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'isQuery',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
isQuery
(bool value([WebGLQuery?]))
Implementation
set isQuery(_i2.bool Function([_i3.WebGLQuery?]) value) {
_i4.setProperty(
this,
'isQuery',
_i4.allowInterop(value),
);
}