HotSearchWorlds constructor

HotSearchWorlds({
  1. String? wordDesc,
  2. int? rankNum,
  3. String? words,
  4. String? theme,
  5. String? pic,
  6. String? label,
  7. int? hotValue,
})

Implementation

HotSearchWorlds({
  this.wordDesc,
  this.rankNum,
  this.words,
  this.theme,
  this.pic,
  this.label,
  this.hotValue,
});