hasSpecial method

  1. @override
dynamic hasSpecial(
  1. String allowedChars
)
override

Implementation

@override
hasSpecial(String allowedChars) =>
    'Password must contain at least one special character from the allowed set: $allowedChars';