LinkFilter class

Filter condition based on a link.

Constructors

LinkFilter({required String linkName, required FilterOperation filter})
Create a filter condition based on a link.
const
LinkFilter.length({required String linkName, required int lower, required int upper})
Create a filter condition based on the number of linked objects.
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
lower int?
The minumum number of linked objects
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upper int?
The maximum number of linked objects
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