isBefore method

bool? isBefore(
  1. FhirDateTimeBase other
)

Implementation

bool? isBefore(FhirDateTimeBase other) => _compare(Comparator.lt, other);