powerPreference property

WebGLPowerPreference get powerPreference

Implementation

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

Implementation

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