lineComment property

String? get lineComment

The line comment token, like // this is a comment

Implementation

_i2.String? get lineComment => _i5.getProperty(
      this,
      'lineComment',
    );
set lineComment (String? value)

Implementation

set lineComment(_i2.String? value) {
  _i5.setProperty(
    this,
    'lineComment',
    value ?? _i6.undefined,
  );
}