terms property

List<String>? terms
final

The array of sub-strings that are highlighted inside {SubstringHighlight.text}. (Either term or terms must be passed. If both are passed they are combined.)

Implementation

final List<String>? terms;