endsWith method

WhereCondition endsWith(
  1. String value
)

Implementation

WhereCondition endsWith(String value) =>
    WhereCondition(name!, 'LIKE', '%$value', sourceColumn: this);