1. DomName('WebGLRenderingContext.depthMask')
  2. DocsEditable()
void depthMask(bool flag)

Source

@DomName('WebGLRenderingContext.depthMask')
@DocsEditable()
void depthMask(bool flag) => _blink.BlinkWebGLRenderingContext.instance.depthMask_Callback_1_(this, flag);