BlockParserBuilder typedef

BlockParserBuilder = BlockParser Function(List<Line> lines, Document document, {int offset})

Implementation

typedef BlockParserBuilder = BlockParser Function(
    List<Line> lines, Document document, {int offset});