EntityMatcher constructor

const EntityMatcher({
  1. Set<Type> all = const {},
  2. Set<Type> any = const {},
  3. bool reverse = false,
})

Implementation

const EntityMatcher({
  this.all = const {},
  this.any = const {},
  this.reverse = false,
});