MfmHashTag constructor Null safety

MfmHashTag(
  1. String hashTag
)

Implementation

MfmHashTag(this.hashTag)
    : super(type: "hashtag", props: {"hashtag": hashTag});