MfmMention constructor Null safety

MfmMention(
  1. String username,
  2. String? host,
  3. String acct
)

Implementation

MfmMention(this.username, this.host, this.acct)
    : super(
          type: "mention",
          props: {"username": username, "host": host, "acct": acct});