replaceLineEndings method

bool replaceLineEndings(
  1. String type
)

Whether to replace line endings with whitespaces. It effects all the descendants of current element.

Implementation

bool replaceLineEndings(String type) => true;