Rule constructor
Rule({
- List<
Destination> ? destinations, - List<
Source> ? sources,
Implementation
Rule({
this.destinations,
this.sources,
});