Prefix class
- Inheritance
-
- Object
- UcumConcept
- Prefix
Constructors
- Prefix.new({required String code, required String? codeUC, required UcumDecimal value, String? name, 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
- 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ UcumDecimal
-
getter/setter pair
Methods
-
getDescription(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited