query property

List<Map> query

returns the last query executed by the widget

Implementation

List<Map> get query {
  return this._query;
}