Rule constructor

Rule({
  1. List<Destination>? destinations,
  2. List<Source>? sources,
})

Implementation

Rule({
  this.destinations,
  this.sources,
});