body method

Parser body()

Implementation

Parser body() =>
    any().starLazy(string('::') | endOfInput()).flatten('Expected link body');