Frequency class final

Inheritance

Constructors

Frequency(double value, UnitOfMeasure<Frequency> unit)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toGigahertz Frequency
no setter
toHertz Frequency
no setter
toKilohertz Frequency
no setter
toMegahertz Frequency
no setter
toRevolutionsPerMinute Frequency
no setter
toTerahertz Frequency
no setter
unit UnitOfMeasure<Frequency>
finalinherited
value double
finalinherited

Methods

equivalentTo(Quantity<Frequency> other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to(UnitOfMeasure<Frequency> uom) double
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(String s) → Option<Frequency>
override

Constants

gigahertz → const Gigahertz
hertz → const Hertz
kilohertz → const Kilohertz
megahertz → const Megahertz
revolutionsPerMinute → const RevolutionsPerMinute
terahertz → const Terahertz
units → const Set<FrequencyUnit>