IsTrueRule constructor

IsTrueRule(
  1. String attribute
)

Implementation

IsTrueRule(String attribute)
    : super(
          signature: "is_true",
          description: "The $attribute field must be selected",
          textFieldMessage: "This value must be selected");