SemanticSearch constructor

const SemanticSearch({
  1. List<String>? eventSources,
})

Returns a new SemanticSearch instance.

Implementation

const SemanticSearch({
  this.eventSources,
});