realizeNewLineFeeds property

String realizeNewLineFeeds

Implementation

String get realizeNewLineFeeds {
  return replaceAll(r'\n', '\n');
}