SVGStringList extension type


API documentation sourced from MDN Web Docs.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfItems int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendItem(String newItem) String
clear() → void
getItem(int index) String
initialize(String newItem) String
insertItemBefore(String newItem, int index) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeItem(int index) String
replaceItem(String newItem, int index) String
toString() String
A string representation of this object.
inherited

Operators

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