compatibilityHashCode property
hashCode that matches isCompatibleTo instead of ==.
Implementation
@override
int get compatibilityHashCode {
return Object.hash(name, table);
}
hashCode that matches isCompatibleTo instead of ==.
@override
int get compatibilityHashCode {
return Object.hash(name, table);
}