rawData property

Map? rawData

An object of raw response as-is from elasticsearch query.

Implementation

Map? get rawData {
  return this.raw;
}