SearchResult constructor

const SearchResult(
  1. NodeViewModelState node,
  2. {required SearchMatchLocation matchLocation,
  3. required int matchIndex}
)

Implementation

const SearchResult(
  this.node, {
  required this.matchLocation,
  required this.matchIndex,
});