startsWith method

Where startsWith(
  1. dynamic value
)

Implementation

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

  return this;
}