MfmInline constructor Null safety

MfmInline(
  1. {required String type,
  2. Map<String, dynamic>? props,
  3. List<MfmNode>? children}
)

Implementation

MfmInline({required super.type, super.props, super.children});