queryId property

String? queryId
inherited

To get the query ID

Implementation

String? get queryId {
  return this._queryId;
}