SearchHistoryPage constructor

const SearchHistoryPage({
  1. int limit = 100,
  2. int offset = 0,
  3. required SearchHistoryFilterEnumSet filter,
})

Implementation

const SearchHistoryPage({
  this.limit = 100,
  this.offset = 0,
  required this.filter
});