alphanumericOnly property

String get alphanumericOnly

Implementation

String get alphanumericOnly => replaceAll(RegExp(r'[^a-zA-Z0-9]'), '');