Inheritance
Annotations
  • DocsEditable()
  • DomName('SVGAngle')
  • Unstable()

Constants

SVG_ANGLETYPE_DEG int

2
SVG_ANGLETYPE_GRAD int

4
SVG_ANGLETYPE_RAD int

3
SVG_ANGLETYPE_UNKNOWN int

0
SVG_ANGLETYPE_UNSPECIFIED int

1

Static Properties

instanceRuntimeType Type

read-only

Constructors

Angle.internal_()

Properties

hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
unitType int

read-only
value num

read / write
valueAsString String

read / write
valueInSpecifiedUnits num

read / write

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

convertToSpecifiedUnits(int unitType) → void

newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited