MfmBold constructor Null safety

MfmBold(
  1. List<MfmInline> children
)

Implementation

MfmBold(List<MfmInline> children) : super(type: "bold", children: children);