MarketingDataInsight constructor

MarketingDataInsight({
  1. List<MarketingDataInsightsAttribute>? attributes,
  2. String? dimension,
})

Implementation

MarketingDataInsight({this.attributes, this.dimension});