breaklineChars top-level property

Iterable<string> get breaklineChars

Line feed and carriage retrun

Implementation

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