constraintEquals method

  1. @override
bool constraintEquals(
  1. covariant KeyClause other
)
override

Implementation

@override
bool constraintEquals(KeyClause other) {
  return other.isPrimaryKey == isPrimaryKey && other.onConflict == onConflict;
}