isComparable method

bool isComparable(
  1. Object o
)

Implementation

bool isComparable(Object o) => o is BaseDateTimeParser;