UcumUnit class abstract

Inheritance
Implementers

Constructors

UcumUnit({required ConceptKind kind, required String code, required String? codeUC, required String property, bool? isMetric, List<String>? names, String? printSymbol})

Properties

code String
Case sensitive code for this concept.
getter/setter pairinherited
codeUC String?
Case insensitive code for this concept.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isMetric bool?
getter/setter pair
kind ConceptKind
getter/setter pairinherited
names List<String>
Names for the concept.
getter/setter pairinherited
printSymbol String?
Print symbol for this code.
getter/setter pairinherited
property String
Kind of thing this base unit represents.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDescription() String
Method to get the description.
override
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