compatibilityHashCode property

int compatibilityHashCode

Hash-code that matching compatibleTo, so that two compatible columns will have the same compatibilityHashCode.

Implementation

int get compatibilityHashCode {
  return Object.hash(name, type, nullable, typeConverter);
}