powerPreference property

WebGLPowerPreference powerPreference

Implementation

WebGLPowerPreference get powerPreference => WebGLPowerPreference.fromValue(
    js_util.getProperty(this, 'powerPreference'));
void powerPreference=(WebGLPowerPreference newValue)

Implementation

set powerPreference(WebGLPowerPreference newValue) {
  js_util.setProperty(this, 'powerPreference', newValue.value);
}