SearchResult constructor
const
SearchResult(
- NodeViewModelState node, {
- required SearchMatchLocation matchLocation,
- required int matchIndex,
Implementation
const SearchResult(
this.node, {
required this.matchLocation,
required this.matchIndex,
});