passwordPattern top-level constant

String const passwordPattern

Implementation

const String passwordPattern = r'^[a-zA-Z0-9@#$%]{6,}$';