FhirDate class

Inheritance

Constructors

FhirDate(dynamic inValue)
factory
FhirDate.fromDateTime(DateTime dateTime, [DatePrecision precision = DatePrecision.YYYYMMDD])
factory
FhirDate.fromJson(dynamic json)
factory
FhirDate.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 DatePrecision
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