AxelorCriteria constructor

const AxelorCriteria({
  1. required AxelorOperator axelorOperator,
  2. String? fieldName,
  3. List<AxelorCriteria>? criteria,
  4. dynamic value,
  5. String? value2,
})

Implementation

const AxelorCriteria({
  required this.axelorOperator,
  this.fieldName,
  this.criteria,
  this.value,
  this.value2,
});