HashTag constructor

HashTag(
  1. {required String hashtag,
  2. String? subtitle,
  3. bool trending = false,
  4. int? last24}
)

Implementation

HashTag(
    {required this.hashtag,
    this.subtitle,
    this.trending = false,
    this.last24});