Intersection constructor

Intersection({
  1. List<GcRule>? rules,
})

Implementation

Intersection({
  this.rules,
});