AxelorCriteria constructor
const
AxelorCriteria({
- required AxelorOperator axelorOperator,
- String? fieldName,
- List<
AxelorCriteria> ? criteria, - dynamic value,
- String? value2,
Implementation
const AxelorCriteria({
required this.axelorOperator,
this.fieldName,
this.criteria,
this.value,
this.value2,
});