DataValidationRule constructor
DataValidationRule({
- BooleanCondition? condition,
- String? inputMessage,
- bool? showCustomUi,
- bool? strict,
Implementation
DataValidationRule({
this.condition,
this.inputMessage,
this.showCustomUi,
this.strict,
});