SearchModel.noCondition constructor

SearchModel.noCondition({
  1. String url = '',
  2. int status = 0,
  3. int duration = 0,
  4. int durationType = 0,
  5. bool isError = false,
})

Implementation

SearchModel.noCondition({
  this.url = '',
  this.status = 0,
  // this.time,
  // this.timeType,
  this.duration = 0,
  this.durationType = 0,
  this.isError = false,
});