SearchFilterCollectionDateRange constructor

const SearchFilterCollectionDateRange({
  1. required String from,
  2. required String to,
})

Implementation

const SearchFilterCollectionDateRange({
  required this.from,
  required this.to,
});