rEmptyLine top-level property

RegExp rEmptyLine
final

Implementation

final rEmptyLine = RegExp(r'^\s*\n', multiLine: true);