SearchFilterCollectionNumberRange constructor

const SearchFilterCollectionNumberRange({
  1. required double from,
  2. required double to,
})

Implementation

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