ForeignKeySnapshotRef constructor
const
ForeignKeySnapshotRef({})
Creates a snapshot of a foreign key reference.
Implementation
const ForeignKeySnapshotRef({
required this.referencedTable,
required this.referencedColumn,
this.onDelete,
this.onUpdate,
});