contemCaracterEspecial method
Implementation
bool contemCaracterEspecial() {
if (this == null) return false;
return this!.contains(RegExp(r'[!@#$%^&*(),.?":{}|<>]'));
}
bool contemCaracterEspecial() {
if (this == null) return false;
return this!.contains(RegExp(r'[!@#$%^&*(),.?":{}|<>]'));
}