isEqual method

bool? isEqual(
  1. Object o
)

Implementation

bool? isEqual(Object o) => _compare(Comparator.eq, o);