We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d858001 commit 2c57c52Copy full SHA for 2c57c52
packages/client_search/lib/src/model/user_highlight_result.dart
@@ -17,13 +17,15 @@ final class UserHighlightResult {
17
/// - [Map<String, HighlightResultOption>]
18
/// - [List<HighlightResultOption>]
19
/// - [HighlightResultOption]
20
+ /// - [Map<String, HighlightResult>]
21
@JsonKey(name: r'userID')
22
final dynamic userID;
23
24
/// One of types:
25
26
27
28
29
@JsonKey(name: r'clusterName')
30
final dynamic clusterName;
31
0 commit comments