PasswordV2Rule constructor

PasswordV2Rule(
  1. String attribute
)

Implementation

PasswordV2Rule(String attribute)
    : super(
          attribute: attribute,
          signature: "password_v2",
          description: "The $attribute field is not a valid password",
          textFieldMessage: "This value must be a valid password");