LinkWhereClause constructor
const
LinkWhereClause({})
Create a where clause for the specified link.
Implementation
const LinkWhereClause({
required this.linkCollection,
required this.linkName,
required this.id,
}) : super._();