equals method

  1. @override
bool? equals(
  1. I self,
  2. I other
)
inherited

Implementation

@override
bool? equals(T self, T other) => equality.equals(self, other);