Criteria constructor

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

Implementation

Criteria({
  this.policies,
});