setAttribute method
Sets the attribute name for error messages.
Implementation
void setAttribute(String? attribute) {
this.attribute = attribute;
}
Sets the attribute name for error messages.
void setAttribute(String? attribute) {
this.attribute = attribute;
}