menu
string_extensions package
documentation
string_helpers.dart
StringHelpers
breakLineChars property
breakLineChars property
dark_mode
light_mode
breakLineChars
property
List
<
String
>
get
breakLineChars
Line feed and carriage retrun
Implementation
static List<String> get breakLineChars => ["\n", "\r", "\r\n"];
string_extensions package
documentation
string_helpers
StringHelpers
breakLineChars property
StringHelpers class