getSamplerParameter property

dynamic Function(WebGLSampler, num) getSamplerParameter

Implementation

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

Implementation

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