SVGNumberList class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGNumberList()
factory

Properties

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

Available on SVGNumberList, provided by the PropsSVGNumberList extension

no setter
numberOfItems int

Available on SVGNumberList, provided by the PropsSVGNumberList extension

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

Methods

appendItem(SVGNumber newItem) SVGNumber

Available on SVGNumberList, provided by the PropsSVGNumberList extension

clear() → void

Available on SVGNumberList, provided by the PropsSVGNumberList extension

getItem(int index) SVGNumber

Available on SVGNumberList, provided by the PropsSVGNumberList extension

initialize(SVGNumber newItem) SVGNumber

Available on SVGNumberList, provided by the PropsSVGNumberList extension

insertItemBefore(SVGNumber newItem, int index) SVGNumber

Available on SVGNumberList, provided by the PropsSVGNumberList extension

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

Available on SVGNumberList, provided by the PropsSVGNumberList extension

replaceItem(SVGNumber newItem, int index) SVGNumber

Available on SVGNumberList, provided by the PropsSVGNumberList extension

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

Operators

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