Activity constructor
Activity({
- String? activityTime,
- String? activityType,
- ScreenviewData? appview,
- String? campaign,
- String? channelGrouping,
- List<
CustomDimension> ? customDimension, - EcommerceData? ecommerce,
- EventData? event,
- GoalSetData? goals,
- String? hostname,
- String? keyword,
- String? landingPagePath,
- String? medium,
- PageviewData? pageview,
- 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,
});