MfmItalic constructor Null safety

MfmItalic(
  1. List<MfmInline> children
)

Implementation

MfmItalic(List<MfmInline> children)
    : super(type: "small", children: children);