FullTextPredicate constructor

FullTextPredicate(
  1. PredicatePath path,
  2. String value
)

Implementation

factory FullTextPredicate(final PredicatePath path, final String value) =
    _$FullTextPredicate;