QueryResult constructor

QueryResult(
  1. Object params,
  2. Object? expression
)

Implementation

QueryResult(this.params, this.expression);