1. DomName('WebGLRenderingContext.isContextLost')
  2. DocsEditable()
bool isContextLost()

Source

@DomName('WebGLRenderingContext.isContextLost')
@DocsEditable()
bool isContextLost() => _blink.BlinkWebGLRenderingContext.instance
    .isContextLost_Callback_0_(this);