IsFalseRule constructor

IsFalseRule(
  1. String attribute
)

Implementation

IsFalseRule(String attribute)
    : super(
          signature: "is_false",
          description: "The $attribute field can't be selected",
          textFieldMessage: "This value can't be selected");