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