customHighlight property Null safety

Map? customHighlight
read / write

It can be used to set the custom highlight settings.

You can read the Elasticsearch docs for the highlight options at here.

Implementation

Map? customHighlight;