IntegrationOpts constructor

IntegrationOpts({
  1. bool? all,
  2. Map<String, DestinationIntgConfig>? dynamicConfigs,
})

Implementation

IntegrationOpts({this.all, this.dynamicConfigs});