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