newlineRegExp top-level property

RegExp newlineRegExp
final

Implementation

final newlineRegExp = RegExp(r'\r\n|\r|\n');