QueryParams constructor
QueryParams({})
Implementation
QueryParams(
{this.selectColumns,
this.whereString,
this.whereArguments,
this.orderBy,
this.groupBy,
this.having,
this.distinct,
this.limit,
this.offset});