VelocityAngular$DegreePerHour class final

Unit of VelocityAngular

Inheritance

Constructors

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

Properties

anchor VelocityAngular
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
1 VelocityAngular$DegreePerHour = 24.0 VelocityAngular$DegreePerDay
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for VelocityAngular$DegreePerHour
no setteroverride
toDegreePerDay VelocityAngular
Convert to VelocityAngular$DegreePerDay
no setterinherited
toDegreePerHour VelocityAngular
Convert to VelocityAngular$DegreePerHour
no setterinherited
toDegreePerMinute VelocityAngular
Convert to VelocityAngular$DegreePerMinute
no setterinherited
toDegreePerSecond VelocityAngular
Convert to VelocityAngular$DegreePerSecond
no setterinherited
toRadianPerDay VelocityAngular
Convert to VelocityAngular$RadianPerDay
no setterinherited
toRadianPerHour VelocityAngular
Convert to VelocityAngular$RadianPerHour
no setterinherited
toRadianPerMinute VelocityAngular
Convert to VelocityAngular$RadianPerMinute
no setterinherited
toRadianPerSecond VelocityAngular
Convert to VelocityAngular$RadianPerSecond
no setterinherited
toRevolutionPerDay VelocityAngular
Convert to VelocityAngular$RevolutionPerDay
no setterinherited
toRevolutionPerHour VelocityAngular
Convert to VelocityAngular$RevolutionPerHour
no setterinherited
toRevolutionPerMinute VelocityAngular
Convert to VelocityAngular$RevolutionPerMinute
no setterinherited
toRevolutionPerSecond VelocityAngular
Convert to VelocityAngular$RevolutionPerSecond
no setterinherited
units List<VelocityAngular>
no setterinherited
unitsAsMap EnumValues<VelocityAngular>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(VelocityAngular other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) VelocityAngular
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>
VelocityAngular$DegreePerHour in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) VelocityAngular
Get the exact precision on value calculation
inherited
withValue(num val) VelocityAngular$DegreePerHour
Creating VelocityAngular$DegreePerHour with new value
override

Operators

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