toMap method
Converts instance to a map.
Implementation
Map<String, dynamic> toMap() {
return {
"highlightedResultIndex": highlightedResultIndex,
"resultCount": resultCount,
"searchResultDisplayStyle": searchResultDisplayStyle.toNativeValue(),
};
}