contains method

Where contains(
  1. dynamic value
)

Implementation

Where contains(value) {
  this.value = '%$value%';
  this.operator = 'LIKE';

  return this;
}