toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayOptions != null) 'displayOptions': displayOptions!,
if (freshnessOptions != null) 'freshnessOptions': freshnessOptions!,
if (suggestionFilteringOperators != null)
'suggestionFilteringOperators': suggestionFilteringOperators!,
};