Dart SDK
dart:svg
PointList
method clear
clear
class PointList
Properties
length
numberOfItems
hashCode
runtimeType
Methods
appendItem
clear
getItem
initialize
insertItemBefore
removeItem
replaceItem
noSuchMethod
toString
Operators
operator ==
@DomName('SVGPointList.clear')
@DocsEditable()
void
clear
(
)
Source
@DomName('SVGPointList.clear') @DocsEditable() void clear() native;
method clear