passwordEasyAllowedWhitespace constant

Pattern const passwordEasyAllowedWhitespace

Password (Easy) Regex Allowing all character Minimum character: 8

Implementation

static const Pattern passwordEasyAllowedWhitespace = r'^[\S ]{8,}$';