FhirDateTime class

Inheritance

Constructors

FhirDateTime(dynamic inValue)
factory
FhirDateTime.fromDateTime(DateTime dateTime, [DateTimePrecision precision = DateTimePrecision.FULL])
factory
FhirDateTime.fromJson(dynamic json)
factory
FhirDateTime.fromYaml(dynamic yaml)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iso8601String String?
no setterinherited
isValid bool
finalinherited
parseError Exception?
finalinherited
precision DateTimePrecision
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value DateTime?
no setterinherited
valueDateTime DateTime?
finalinherited
valueString String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
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