eol top-level property

String eol

Implementation

String get eol => DCliPlatform().isWindows ? '\r\n' : '\n';