hasSpecialCharacter method

bool hasSpecialCharacter()

Implementation

bool hasSpecialCharacter() =>
    RegExp(r'[!@#$%^&*()_+\-=\[\]{};:"\\|,.<>\/?]').hasMatch(this);