SVGTransformList class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGTransformList()
factory

Properties

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

Available on SVGTransformList, provided by the PropsSVGTransformList extension

no setter
numberOfItems int

Available on SVGTransformList, provided by the PropsSVGTransformList extension

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

Methods

appendItem(SVGTransform newItem) SVGTransform

Available on SVGTransformList, provided by the PropsSVGTransformList extension

clear() → void

Available on SVGTransformList, provided by the PropsSVGTransformList extension

consolidate() SVGTransform?

Available on SVGTransformList, provided by the PropsSVGTransformList extension

createSVGTransformFromMatrix([DOMMatrix2DInit? matrix]) SVGTransform

Available on SVGTransformList, provided by the PropsSVGTransformList extension

getItem(int index) SVGTransform

Available on SVGTransformList, provided by the PropsSVGTransformList extension

initialize(SVGTransform newItem) SVGTransform

Available on SVGTransformList, provided by the PropsSVGTransformList extension

insertItemBefore(SVGTransform newItem, int index) SVGTransform

Available on SVGTransformList, provided by the PropsSVGTransformList extension

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

Available on SVGTransformList, provided by the PropsSVGTransformList extension

replaceItem(SVGTransform newItem, int index) SVGTransform

Available on SVGTransformList, provided by the PropsSVGTransformList extension

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

Operators

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