JqlQuery constructor
JqlQuery({
- JqlQueryOrderByClause? orderBy,
- JqlQueryClause? where,
Implementation
JqlQuery({this.orderBy, this.where});
JqlQuery({this.orderBy, this.where});