PointList class

Annotations
  • @DocsEditable()
  • @DomName('SVGPointList')
  • @Unstable()
  • @Native("SVGPointList")

Properties

length int
@DocsEditable(), @DomName('SVGPointList.length'), @Experimental(), final
numberOfItems int
@DocsEditable(), @DomName('SVGPointList.numberOfItems'), final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

appendItem(Point newItem) Point
@DocsEditable(), @DomName('SVGPointList.appendItem')
clear() → void
@DocsEditable(), @DomName('SVGPointList.clear')
getItem(int index) Point
@DocsEditable(), @DomName('SVGPointList.getItem')
initialize(Point newItem) Point
@DocsEditable(), @DomName('SVGPointList.initialize')
insertItemBefore(Point newItem, int index) Point
@DocsEditable(), @DomName('SVGPointList.insertItemBefore')
removeItem(int index) Point
@DocsEditable(), @DomName('SVGPointList.removeItem')
replaceItem(Point newItem, int index) Point
@DocsEditable(), @DomName('SVGPointList.replaceItem')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited