SVGLengthList class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- SVGLengthList()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
Available on SVGLengthList, provided by the PropsSVGLengthList extension
no setter - numberOfItems → int
-
Available on SVGLengthList, provided by the PropsSVGLengthList extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appendItem(
SVGLength newItem) → SVGLength -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
clear(
) → void -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
getItem(
int index) → SVGLength -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
initialize(
SVGLength newItem) → SVGLength -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
insertItemBefore(
SVGLength newItem, int index) → SVGLength -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeItem(
int index) → SVGLength -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
replaceItem(
SVGLength newItem, int index) → SVGLength -
Available on SVGLengthList, provided by the PropsSVGLengthList extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited