LIKE method

Where LIKE(
  1. String value
)

Implementation

Where LIKE(String value) {
  return _WhereOp(this, "LIKE", value);
}