containsSymbol method

bool containsSymbol()

Implementation

bool containsSymbol() => RegExp(r'[^\w\s]').hasMatch(this ?? '');