endOfLine property
String
get
endOfLine
The EOL sequence to use for this CompilationUnit.
Implementation
String get endOfLine {
return _endOfLine ??= _buffer.endOfLine ?? Platform.lineTerminator;
}
The EOL sequence to use for this CompilationUnit.
String get endOfLine {
return _endOfLine ??= _buffer.endOfLine ?? Platform.lineTerminator;
}