operator + method

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

Implementation

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