endsWith method

Where endsWith(
  1. dynamic value
)

Implementation

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

  return this;
}