passwordEasyAllowedWhitespace property Null safety

String passwordEasyAllowedWhitespace
read / write

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

Implementation

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