SearchTimeRange constructor

const SearchTimeRange({
  1. bool? isTwentyFourHours,
  2. int? from,
  3. int? to,
})

Implementation

const SearchTimeRange({
  this.isTwentyFourHours,
  this.from,
  this.to,
});