Angle$Second class final

Unit of Angle

Inheritance

Constructors

Angle$Second([num value = 0])
const
Angle$Second.from(Angle unit)
Construct Angle$Second from other Angle
factory
Angle$Second.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor Angle
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
Default (anchor) unit of Angle
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Angle$Second
no setteroverride
toCircle Angle
Convert to Angle$Circle
no setterinherited
toDegree Angle
Convert to Angle$Degree
no setterinherited
toGrad Angle
Convert to Angle$Grad
no setterinherited
toMil Angle
Convert to Angle$Mil
no setterinherited
toMinute Angle
Convert to Angle$Minute
no setterinherited
toOctant Angle
Convert to Angle$Octant
no setterinherited
toPercentOfFullCircle Angle
Convert to Angle$PercentOfFullCircle
no setterinherited
toQuadrant Angle
Convert to Angle$Quadrant
no setterinherited
toRadian Angle
Convert to Angle$Radian
no setterinherited
toRevolution Angle
Convert to Angle$Revolution
no setterinherited
toRightAngle Angle
Convert to Angle$RightAngle
no setterinherited
toSecond Angle
Convert to Angle$Second
no setterinherited
toSextant Angle
Convert to Angle$Sextant
no setterinherited
toSign Angle
Convert to Angle$Sign
no setterinherited
toTurn Angle
Convert to Angle$Turn
no setterinherited
units List<Angle>
no setterinherited
unitsAsMap EnumValues<Angle>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(Angle other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) Angle
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Angle$Second in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) Angle
Get the exact precision on value calculation
inherited
withValue(num val) Angle$Second
Creating Angle$Second with new value
override

Operators

operator +(Angle other) Angle
inherited
operator -(Angle other) Angle
inherited
operator <(Angle other) bool
inherited
operator <=(Angle other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Angle other) bool
inherited
operator >=(Angle other) bool
inherited