isSameOrAfter method

bool? isSameOrAfter(
  1. FhirDateTimeBase other
)

Implementation

bool? isSameOrAfter(FhirDateTimeBase other) =>
    _compare(Comparator.gte, other);