AnyPredicate constructor

AnyPredicate(
  1. PredicatePath path,
  2. List<String> values
)

Implementation

factory AnyPredicate(final PredicatePath path, final List<String> values) =
    _$AnyPredicate;