SearchStatus constructor

SearchStatus({
  1. String? rid,
  2. int? timems,
})

Implementation

SearchStatus({
  this.rid,
  this.timems,
});