isAfter method

bool? isAfter(
  1. FhirDateTimeBase other
)

Implementation

bool? isAfter(FhirDateTimeBase other) => _compare(Comparator.gt, other);