DistancePrefix mixin

Applies a prefix to various distance units.

Mixin Applications

Properties

feet DistanceInterpreter
Applies this to a foot amount.
no setter
hashCode int
The hash code for this object.
no setterinherited
inches DistanceInterpreter
Applies this to an inch amount.
no setter
meters DistanceInterpreter
Applies this to a meter amount.
no setter
miles DistanceInterpreter
Applies this to a mile amount.
no setter
nauticalMiles DistanceInterpreter
Applies this to a nautical mile amount.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yards DistanceInterpreter
Applies this to a yard amount.
no setter

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