MfmInlineCode constructor Null safety

MfmInlineCode(
  1. {required String code}
)

Implementation

MfmInlineCode({required this.code})
    : super(type: "inlineCode", props: {"code": code});