beginQuery property

void Function(num, WebGLQuery) get beginQuery

Implementation

void Function(
  _i2.num,
  _i3.WebGLQuery,
) get beginQuery => (
      _i2.num p0,
      _i3.WebGLQuery p1,
    ) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'beginQuery',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set beginQuery (void value(num, WebGLQuery))

Implementation

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