instance property

ElasticAppSearch instance

Returns an instance for the specified endPoint and searchKey.

Implementation

ElasticAppSearch get instance => ElasticAppSearch._(
      endPoint: _endPoint,
      searchKey: _searchKey,
    );