SearchSort constructor
      const
      SearchSort(
    
    
- SearchSortType type, {
 - SearchSortOrigin? origin,
 
Implementation
const SearchSort(
  this.type, {
  this.origin,
});
const SearchSort(
  this.type, {
  this.origin,
});