MeasureUnit class final
An ICU4X Measurement Unit object which represents a single unit of measurement
such as meter
, second
, kilometer-per-hour
, square-meter
, etc.
You can create an instance of this object using MeasureUnitParser by calling the parse
method.
See the Rust documentation for MeasureUnit
for more information.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited