PropertyConditionList constructor

PropertyConditionList({
  1. List<ConditionListCondition>? allOf = const [],
})

Returns a new PropertyConditionList instance.

Implementation

PropertyConditionList({
  this.allOf = const [],
});