menu
fhir_primitives package
documentation
fhir_primitives.dart
FhirDateTimeBase
isBefore method
isBefore method
dark_mode
light_mode
isBefore
method
bool
?
isBefore
(
FhirDateTimeBase
other
)
Implementation
bool? isBefore(FhirDateTimeBase other) => _compare(Comparator.lt, other);
fhir_primitives package
documentation
fhir_primitives
FhirDateTimeBase
isBefore method
FhirDateTimeBase class