Criteria constructor

Criteria({
  1. String? filter,
  2. List<String>? policies,
})

Implementation

Criteria({
  this.filter,
  this.policies,
});