HotLink constructor

HotLink({
  1. String? linkUrl,
  2. String? rendered,
  3. double? score,
  4. int? numPlurks,
})

Implementation

HotLink({this.linkUrl, this.rendered, this.score, this.numPlurks});