HashtagModel constructor

HashtagModel({
  1. int? id,
  2. String? tagName,
})

Implementation

HashtagModel({
  this.id,
  this.tagName,
});