1. DomName('SVGTransformList.clear')
  2. DocsEditable()
void clear()

Removes all objects from this list; the length of the list becomes zero.

Throws an UnsupportedError, and retains all objects, if this is a fixed-length list.

Source

@DomName('SVGTransformList.clear')
@DocsEditable()
void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(this);