FhirUnsignedInt class
- Inheritance
-
- Object
- FhirNumber
- FhirUnsignedInt
Constructors
- FhirUnsignedInt(dynamic inValue)
-
factory
- FhirUnsignedInt.fromJson(dynamic json)
-
factory
- FhirUnsignedInt.fromYaml(dynamic yaml)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isValid → bool
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int?
-
no setter
- valueNumber → num?
-
finalinherited
- valueString → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toYaml(
) → dynamic -
inherited
Operators
-
operator <(
Object o) → bool -
inherited
-
operator <=(
Object o) → bool -
inherited
-
operator ==(
Object o) → bool -
The equality operator.
inherited
-
operator >(
Object o) → bool -
inherited
-
operator >=(
Object o) → bool -
inherited