ContentParser constructor

const ContentParser({
  1. required Config config,
})

Implementation

const ContentParser({
  required this.config,
});