getContextAttributes property
      
      WebGLContextAttributes? Function()
      get
      getContextAttributes
      
    
    
    
Implementation
_i3.WebGLContextAttributes? Function() get getContextAttributes =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'getContextAttributes',
          ),
          r'call',
          [this],
        );
      
      set
      getContextAttributes
      (WebGLContextAttributes? value()) 
      
    
    
    
Implementation
set getContextAttributes(_i3.WebGLContextAttributes? Function() value) {
  _i4.setProperty(
    this,
    'getContextAttributes',
    _i4.allowInterop(() => () => value() ?? _i6.undefined),
  );
}