menu
fhir_path package
documentation
parser/fhir_path_parsers/value_parser.dart
BaseDateTimeParser<T>
isComparable method
isComparable method
dark_mode
light_mode
isComparable
method
bool
isComparable
(
Object
o
)
Implementation
bool isComparable(Object o) => o is BaseDateTimeParser;
fhir_path package
documentation
parser/fhir_path_parsers/value_parser
BaseDateTimeParser<T>
isComparable method
BaseDateTimeParser class