Attribution constructor
Attribution({
- required String userType,
- required String type,
- required AttributionCampaign campaign,
- required AttributionChannel channel,
- required AttributionPartner partner,
- String? sourceId,
- String? sourceBundleId,
- String? sourcePlacement,
- String? adsetId,
- required DateTime createdAt,
- required bool isRedownload,
Creates an Attribution instance.
Implementation
Attribution({
required this.userType,
required this.type,
required this.campaign,
required this.channel,
required this.partner,
this.sourceId,
this.sourceBundleId,
this.sourcePlacement,
this.adsetId,
required this.createdAt,
required this.isRedownload,
});