Pipeline constructor
const
Pipeline({
- required List<
MarkdownProcessor> markdown, - required List<
PostMarkdownProcessor> postMarkdown,
Implementation
const Pipeline({
required this.markdown,
required this.postMarkdown,
});