FrequencyValues class

Constructors

FrequencyValues({required Frequency from, required double number})
const

Properties

from Frequency
final
hashCode int
The hash code for this object.
no setterinherited
number double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toGigahertz double
no setter
toHertz double
no setter
toKilohertz double
no setter
toMegahertz double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to(Frequency to) double
toString() String
A string representation of this object.
inherited

Operators

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