index property Null safety

String index
read / write, inherited

Refers to an index of the Elasticsearch cluster.

Note: Multiple indexes can be connected to Elasticsearch by specifying comma-separated index names.

Implementation

late String index;