BooleanRule constructor

BooleanRule(
  1. String attribute
)

Implementation

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