SuggestStatus constructor

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

Implementation

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