SVGAnimatedEnumeration extension type

The SVGAnimatedEnumeration interface describes attribute values which are constants from a particular enumeration and which can be animated.


API documentation sourced from MDN Web Docs.

on
Implemented types
Available extensions

Properties

animVal int
The animVal property of the SVGAnimatedEnumeration interface contains the current value of an SVG enumeration. If there is no animation, it is the same value as the SVGAnimatedEnumeration.baseVal.
no setter
baseVal int
The baseVal property of the SVGAnimatedEnumeration interface contains the initial value of an SVG enumeration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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