and static method

AxelorCriteria and(
  1. List<AxelorCriteria> criterias
)

Implementation

static AxelorCriteria and(List<AxelorCriteria> criterias) => AxelorCriteria(
      axelorOperator: AxelorOperator.and,
      criteria: criterias,
    );