operator + method

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

Implementation

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