r property

String get r

Implementation

String get r => replaceAll(RegExp(r'\W+'), '_');