getBlockParser method

BlockParser getBlockParser(
  1. List<Line> lines, {
  2. int offset = 0,
})

Implementation

BlockParser getBlockParser(List<Line> lines, {int offset = 0})
=> _blockParserBuilder(lines, this, offset: offset);