isSameOrBefore method

bool? isSameOrBefore(
  1. FhirDateTimeBase other
)

Implementation

bool? isSameOrBefore(FhirDateTimeBase other) =>
    _compare(Comparator.lte, other);