drawBuffers property

void Function(List<num>) get drawBuffers

Implementation

void Function(_i2.List<_i2.num>) get drawBuffers =>
    (_i2.List<_i2.num> p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'drawBuffers',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set drawBuffers (void value(List<num>))

Implementation

set drawBuffers(void Function(_i2.List<_i2.num>) value) {
  _i4.setProperty(
    this,
    'drawBuffers',
    _i4.allowInterop(value),
  );
}