fullLineComment method

  1. @override
Parser fullLineComment()

Implementation

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