MinRule constructor

MinRule(
  1. String attribute
)

Implementation

MinRule(String attribute)
    : super(
          attribute: attribute,
          signature: "min",
          description: "",
          textFieldMessage: "");