DependencyRule constructor
DependencyRule({
- required String field,
- required ConditionOperator operator,
- String? message,
- dynamic compareValue,
Implementation
DependencyRule({
required this.field,
required this.operator,
this.message,
this.compareValue,
});