SVGStringList class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGStringList()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
length int

Available on SVGStringList, provided by the PropsSVGStringList extension

no setter
numberOfItems int

Available on SVGStringList, provided by the PropsSVGStringList extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendItem(String newItem) String

Available on SVGStringList, provided by the PropsSVGStringList extension

clear() → void

Available on SVGStringList, provided by the PropsSVGStringList extension

getItem(int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

initialize(String newItem) String

Available on SVGStringList, provided by the PropsSVGStringList extension

insertItemBefore(String newItem, int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeItem(int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

replaceItem(String newItem, int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited