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