JqlQuery constructor

JqlQuery({
  1. JqlQueryOrderByClause? orderBy,
  2. JqlQueryClause? where,
})

Implementation

JqlQuery({this.orderBy, this.where});