Dart
dart:svg
PointList
appendItem method
appendItem
PointList class
Properties
length
numberOfItems
hashCode
runtimeType
Methods
appendItem
clear
getItem
initialize
insertItemBefore
removeItem
replaceItem
noSuchMethod
toString
Operators
operator ==
appendItem method
Point
appendItem
(
Point
newItem
)
Implementation
Point appendItem(Point newItem) native;