FhirPathQuantity class

Constructors

FhirPathQuantity(num amount, String unit)
FhirPathQuantity.fromString(String quantityString)
factory

Properties

amount num
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isDefiniteDuration bool
no setter
isNaN bool
no setter
isTimeValued bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String
getter/setter pair
value String
no setter

Methods

abs() FhirPathQuantity
add(dynamic lhs) → dynamic
compare(_Comparator comparator, Object o) bool
equivalent(Object o) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtract(dynamic lhs) → dynamic
toString() String
A string representation of this object.
override

Static Properties

fhirPathQuantityRegex RegExp
getter/setter pair