isEqual method

bool? isEqual(
  1. Object other
)

Implementation

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