menu
fhir package
documentation
primitive_types/date.dart
FhirDate
plus method
plus method
dark_mode
light_mode
plus
method
FhirDate
plus
(
ExtendedDuration
other
)
override
Implementation
FhirDate plus(ExtendedDuration other) => FhirDateTimeBase.plus<FhirDate>(this, other) as FhirDate;
fhir package
documentation
primitive_types/date
FhirDate
plus method
FhirDate class