NotEmptyRule constructor
NotEmptyRule(
- String attribute
Implementation
NotEmptyRule(String attribute)
: super(
signature: "not_empty",
description: "The $attribute field cannot be empty",
textFieldMessage: "Can't be empty");