MfmSimpleNode constructor Null safety

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

Implementation

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