TrendTag constructor

TrendTag(
  1. String tag,
  2. String? translatedName,
  3. Illust illust
)

Implementation

TrendTag(this.tag, this.translatedName, this.illust);