Predicate.fullText constructor

Predicate.fullText(
  1. PredicatePath path,
  2. String value
)

FullText

Implementation

factory Predicate.fullText(PredicatePath path, String value) =
    FullTextPredicate;