MdDocument constructor

const MdDocument({
  1. required List<MdNode> children,
})

Implementation

const MdDocument({required this.children});