equals method

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

Implementation

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