UDependencyRule constructor
UDependencyRule({
- required String dependsOnField,
- required String dependsOnValue,
- UComparisonOperator operator = UComparisonOperator.equals,
- String? optionsApiEndpoint,
- String? apiMethod = "GET",
Implementation
UDependencyRule({
required this.dependsOnField,
required this.dependsOnValue,
this.operator = UComparisonOperator.equals,
this.optionsApiEndpoint,
this.apiMethod = "GET",
});