IsTypeRule constructor

IsTypeRule(
  1. String attribute
)

Implementation

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