cannotResolve static method

SearchResultException cannotResolve()

Implementation

static SearchResultException cannotResolve() => SearchResultException(
  'Unable to resolve the provided value to a specific [SearchResult].'
);