CompoundUnit class Units

Localized compound unit information.

Constructors

CompoundUnit({required CompoundUnitPattern long, required CompoundUnitPattern short, required CompoundUnitPattern narrow})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
long CompoundUnitPattern
Localized long unit information.
final
narrow CompoundUnitPattern
Localized narrow unit information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
short CompoundUnitPattern
Localized short unit information.
final

Methods

call(String a, String b) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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