query property Null safety

List<Map>? query

returns the last query executed by the widget

Implementation

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