UnresolvedDartForeignKeyReference constructor

UnresolvedDartForeignKeyReference(
  1. ClassElement otherTable,
  2. String otherColumnName,
  3. ReferenceAction? onUpdate,
  4. ReferenceAction? onDelete,
  5. Element? surroundingElementForErrors,
  6. AstNode? otherTableName,
  7. AstNode columnNameNode,
)

Implementation

UnresolvedDartForeignKeyReference(
  this.otherTable,
  this.otherColumnName,
  this.onUpdate,
  this.onDelete,
  this.surroundingElementForErrors,
  this.otherTableName,
  this.columnNameNode,
);