weak constant

PasswordPolicy const weak

Implementation

static const PasswordPolicy weak = PasswordPolicy(
  minLength: 6,
);