requiresSymbol property
Defines if the password MUST contain a symbol or special character. E.g. "$"
Implementation
@$pb.TagNumber(5)
$core.bool get requiresSymbol => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set requiresSymbol($core.bool value) => $_setBool(4, value);