SearchInfo constructor

SearchInfo({
  1. required String? textSnippet,
})

Implementation

SearchInfo({
  required this.textSnippet,
});