menu
statekit_cli package
documentation
utils/logger.dart
Logger
newLine property
newLine property
dark_mode
light_mode
newLine
property
String
get
newLine
inherited
Returns the current newline string.
Implementation
String get newLine => _isRawMode ? '\r\n' : '\n';
statekit_cli package
documentation
utils/logger
Logger
newLine property
Logger class