Filter constructor

Filter({
  1. required List<FilterCondition> conditions,
})

Implementation

Filter({
  required this.conditions,
});