Dart SDK
dart:svg
Angle
property runtimeType
runtimeType
class Angle
Properties
unitType
value
valueAsString
valueInSpecifiedUnits
hashCode
runtimeType
Methods
convertToSpecifiedUnits
newValueSpecifiedUnits
noSuchMethod
toString
Operators
operator ==
Constants
SVG_ANGLETYPE_DEG
SVG_ANGLETYPE_GRAD
SVG_ANGLETYPE_RAD
SVG_ANGLETYPE_UNKNOWN
SVG_ANGLETYPE_UNSPECIFIED
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType