operator + method

  1. @override
FhirDate operator +(
  1. ExtendedDuration other
)
override

Implementation

@override
FhirDate operator +(ExtendedDuration other) =>
    FhirDateTimeBase.plus<FhirDate>(this, other) as FhirDate;