FhirNumber class abstract

Inheritance
Implemented types
Implementers
Annotations
  • @immutable

Constructors

FhirNumber.new(String valueString, num? valueNumber, bool isValid)

Properties

children List<FhirBase>
no setterinherited
fhirType String
no setterinherited
formatCommentsPost List<String>
no setterinherited
formatCommentsPre List<String>
no setterinherited
hashCode int
Returns the hash code of the FHIR primitive.
no setteroverride
isPrimitive bool
no setterinherited
isValid bool
Checks if the value is valid according to the FHIR type constraints.
final
namedChildren Map<String, FhirBase>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num?
Returns the primitive value of the FHIR type.
no setteroverride
valueNumber num?
final
valueString String
final

Methods

addAnnotation(dynamic annotation) → void
inherited
addPropertyChangedListener(String property, void listener()) → void
inherited
annotations(Type type) Iterable
inherited
clearUserData(String name) → void
inherited
clone() FhirBase
inherited
compareTo(FhirNumber other) int
Compares this object to another object.
inherited
deepCopy() FhirBase
inherited
getUserData(String name) → dynamic
inherited
getUserInt(String name) int
inherited
getUserString(String name) String?
inherited
hasFormatComment() bool
inherited
hasUserData(String name) bool
inherited
isEmpty() bool
inherited
isExactly(FhirBase other) bool
inherited
matches(FhirBase other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyPropertyChanged(String property) → void
inherited
primitiveValue() String?
inherited
removeAnnotations(Type type) → void
inherited
removePropertyChangedListener(String property, void listener()) → void
inherited
setUserData(String name, dynamic value) → void
inherited
toJson() → dynamic
Returns a JSON representation of the FHIR primitive.
override
toJsonString() String
override
toJsonWithType() → dynamic
inherited
toString() String
Returns the string representation of the FHIR primitive.
override
toYaml() → dynamic
Returns a YAML representation of the FHIR primitive.
override
tryGetValue(String key, dynamic value) bool
inherited
validate() List<String>
inherited

Operators

operator <(Object o) bool
operator <=(Object o) bool
operator ==(Object other) bool
Checks equality with another object.
override
operator >(Object o) bool
operator >=(Object o) bool