SpeiderWithTimeResult constructor

SpeiderWithTimeResult({
  1. int? curTime,
  2. int? totalNum,
  3. int? selectTime,
  4. List<SpeiderItemWithTimeItem>? list,
  5. String? pageId,
  6. List<TimeOption>? timeOption,
})

Implementation

SpeiderWithTimeResult({
  this.curTime,
  this.totalNum,
  this.selectTime,
  this.list,
  this.pageId,
  this.timeOption,
});