getQueryParameter property

dynamic Function(WebGLQuery, num) getQueryParameter

Implementation

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

Implementation

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