SVGLength extension type

on
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitType int
no setter
value num
getter/setter pair
valueAsString String
getter/setter pair
valueInSpecifiedUnits num
getter/setter pair

Methods

convertToSpecifiedUnits(int unitType) → void
newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) → void
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

Static Properties

SVG_LENGTHTYPE_CM int
no setter
SVG_LENGTHTYPE_EMS int
no setter
SVG_LENGTHTYPE_EXS int
no setter
SVG_LENGTHTYPE_IN int
no setter
SVG_LENGTHTYPE_MM int
no setter
SVG_LENGTHTYPE_NUMBER int
no setter
SVG_LENGTHTYPE_PC int
no setter
SVG_LENGTHTYPE_PERCENTAGE int
no setter
SVG_LENGTHTYPE_PT int
no setter
SVG_LENGTHTYPE_PX int
no setter
SVG_LENGTHTYPE_UNKNOWN int
no setter