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