Line feed and carriage retrun
Iterable<string> get breaklineChars => [Platform.lineTerminator, "\n", "\r", "\r\n"].distinct();