MfmNode constructor Null safety

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

Implementation

MfmNode({required this.type, this.props, this.children});