breakLineChars property

List<String> breakLineChars

Line feed and carriage retrun

Implementation

static List<String> get breakLineChars => ["\n", "\r", "\r\n"];