Activity constructor

Activity({
  1. String? activityTime,
  2. String? activityType,
  3. ScreenviewData? appview,
  4. String? campaign,
  5. String? channelGrouping,
  6. List<CustomDimension>? customDimension,
  7. EcommerceData? ecommerce,
  8. EventData? event,
  9. GoalSetData? goals,
  10. String? hostname,
  11. String? keyword,
  12. String? landingPagePath,
  13. String? medium,
  14. PageviewData? pageview,
  15. String? source,
})

Implementation

Activity({
  this.activityTime,
  this.activityType,
  this.appview,
  this.campaign,
  this.channelGrouping,
  this.customDimension,
  this.ecommerce,
  this.event,
  this.goals,
  this.hostname,
  this.keyword,
  this.landingPagePath,
  this.medium,
  this.pageview,
  this.source,
});