UcumConcept class
Constructors
-
UcumConcept({required ConceptKind kind, required String code, String? codeUC, String? printSymbol, List<
String> ? names})
Properties
- code ↔ String
-
Case sensitive code for this concept.
getter/setter pair
- codeUC ↔ String?
-
Case insensitive code for this concept.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ ConceptKind
-
getter/setter pair
-
names
↔ List<
String> -
Names for the concept.
getter/setter pair
- printSymbol ↔ String?
-
Print symbol for this code.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDescription(
) → 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