analyticsEngineConfiguration property

  1. @JsonKey(name: 'AnalyticsEngineConfiguration')
Map<String, dynamic>? analyticsEngineConfiguration
final

Indication which AnalyticsModules shall output metadata. Note that the streaming behavior is undefined if the list includes items that are not part of the associated AnalyticsConfiguration.

Implementation

@JsonKey(name: 'AnalyticsEngineConfiguration')
final Map<String, dynamic>? analyticsEngineConfiguration;