isLike method

Avanda isLike(
  1. dynamic value
)

Implementation

Avanda isLike(dynamic value) {
  return addCustomFilter(value, "LIKES");
}