MfmStrike constructor Null safety

MfmStrike(
  1. List<MfmInline> children
)

Implementation

MfmStrike(List<MfmInline> children)
    : super(type: "strike", children: children);