Dart
dart:svg
Angle
valueInSpecifiedUnits property
valueInSpecifiedUnits
Dart
dart:svg
Angle
valueInSpecifiedUnits property
Angle class
Properties
hashCode
runtimeType
unitType
value
valueAsString
valueInSpecifiedUnits
Methods
convertToSpecifiedUnits
newValueSpecifiedUnits
noSuchMethod
toString
Operators
operator ==
Constants
SVG_ANGLETYPE_DEG
SVG_ANGLETYPE_GRAD
SVG_ANGLETYPE_RAD
SVG_ANGLETYPE_UNKNOWN
SVG_ANGLETYPE_UNSPECIFIED
description
valueInSpecifiedUnits
property
Null safety
num
valueInSpecifiedUnits
Implementation
num get valueInSpecifiedUnits native;
void
valueInSpecifiedUnits=
(
num
value
)
Implementation
set valueInSpecifiedUnits(num value) native;