checkFramebufferStatus property

num Function(num) get checkFramebufferStatus

Implementation

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

Implementation

set checkFramebufferStatus(_i2.num Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'checkFramebufferStatus',
    _i4.allowInterop(value),
  );
}