realizeNewLineFeeds property

String get realizeNewLineFeeds

Implementation

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