DestinationConfig constructor
DestinationConfig({
- List<
Destination> ? destinations, - String? key,
Implementation
DestinationConfig({
this.destinations,
this.key,
});