SpeiderParam constructor

SpeiderParam({
  1. String? pageSize,
  2. String? topic,
  3. String? pageId,
  4. String? selectTime,
})

Implementation

SpeiderParam({this.pageSize, this.topic, this.pageId, this.selectTime});