IntegrationOpts constructor
IntegrationOpts({
- bool? all,
- Map<
String, DestinationIntgConfig> ? dynamicConfigs,
Implementation
IntegrationOpts({this.all, this.dynamicConfigs});