Dart SDK
dart:svg
Transform
property runtimeType
runtimeType
class Transform
Properties
angle
matrix
type
hashCode
runtimeType
Methods
setMatrix
setRotate
setScale
setSkewX
setSkewY
setTranslate
noSuchMethod
toString
Operators
operator ==
Constants
SVG_TRANSFORM_MATRIX
SVG_TRANSFORM_ROTATE
SVG_TRANSFORM_SCALE
SVG_TRANSFORM_SKEWX
SVG_TRANSFORM_SKEWY
SVG_TRANSFORM_TRANSLATE
SVG_TRANSFORM_UNKNOWN
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType