blankLine method

  1. @override
Parser blankLine()

Implementation

@override
Parser blankLine() => super.blankLine().map((each) => each.trim());