hasSymbol property

bool get hasSymbol

Implementation

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