Union constructor

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

Implementation

Union({
  this.rules,
});