ContainsRule constructor

ContainsRule(
  1. String attribute
)

Implementation

ContainsRule(String attribute)
    : super(
          signature: "contains",
          description: "The $attribute field is not a valid",
          textFieldMessage: "This value is not valid");