SearchSort constructor

const SearchSort(
  1. SearchSortType type, {
  2. SearchSortOrigin? origin,
})

Implementation

const SearchSort(
  this.type, {
  this.origin,
});