MdBlockQuote constructor

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

Implementation

const MdBlockQuote({required this.children});