getLineNumberComment method

String getLineNumberComment([
  1. int? line
])

Returns the comment containing the line number.

Implementation

String getLineNumberComment([int? line])
=> compiler.lineNumber ? ' //#${line??this.line}': '';