compatibilityHashCode property

  1. @override
int compatibilityHashCode
override

hashCode that matches isCompatibleTo instead of ==.

Implementation

@override
int get compatibilityHashCode {
  return Object.hash(name, table);
}