orWhereStartsWith method
T
orWhereStartsWith(})
Implementation
T orWhereStartsWith(String field, String value,
{bool caseSensitive = false, bool escape = true}) {
qb.orWhereStartsWith(field, value,
caseSensitive: caseSensitive, escape: escape);
return this as T;
}