UcumUnit class

Constructors

UcumUnit(bool isBase_, String name_, String csCode_, String ciCode_, String property_, double magnitude_, List<int> dim_dimVec_, String? printSymbol_, String? class_, bool? isMetric_, String? variable_, String? cnv_, num cnvPfx, bool isSpecial_, bool isArbitrary_, int moleExp_, List<String>? synonyms_, String source_, String? loincProperty_, String? category_, String? guidance_, String? csUnitString_, String? ciUnitString_, String? baseFactorStr_, double? baseFactor_, bool defError_)

Properties

baseFactor_ double?
getter/setter pair
baseFactorStr_ String?
getter/setter pair
category_ String?
getter/setter pair
ciCode_ String
getter/setter pair
ciUnitString_ String?
getter/setter pair
class_ String?
getter/setter pair
cnv_ String?
getter/setter pair
cnvPfx num
getter/setter pair
csCode_ String
getter/setter pair
csUnitString_ String?
getter/setter pair
defError_ bool
getter/setter pair
dim_dimVec_ List<int>
getter/setter pair
guidance_ String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isArbitrary_ bool
getter/setter pair
isBase_ bool
getter/setter pair
isMetric_ bool?
getter/setter pair
isSpecial_ bool
getter/setter pair
loincProperty_ String?
getter/setter pair
magnitude_ double
getter/setter pair
moleExp_ int
getter/setter pair
name_ String
getter/setter pair
printSymbol_ String?
getter/setter pair
property_ String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source_ String
getter/setter pair
synonyms_ List<String>?
getter/setter pair
variable_ String?
getter/setter pair

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