clear method
- @DomName('SVGStringList.clear')
- @DocsEditable()
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('SVGStringList.clear') @DocsEditable() void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(this);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-svg/StringList/clear.html