LinkFilter class

Filter condition based on a link.

Constructors

LinkFilter({required FilterOperation filter, required String linkName, required String targetCollection})
const

Properties

filter → FilterOperation
Filter condition that should be applied
final
hashCode int
The hash code for this object.
no setterinherited
linkName String
Isar name of the link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetCollection String
The name of the collection the link points to.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited