isNotLike method

Avanda isNotLike(
  1. dynamic value
)

Implementation

Avanda isNotLike(value) {
  return addCustomFilter(value, "NOT-LIKES");
}