MfmText constructor Null safety

MfmText(
  1. String text
)

Implementation

MfmText(this.text) : super(type: "text", props: {"text": text});