hasSpecialChars property

bool get hasSpecialChars

Check if specials contains

Implementation

bool get hasSpecialChars {
  return RegExp(r'[!@#<>?":_`~;[\]\\|=+)(*&^%$£]').hasMatch(this);
}