toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deepLink != null) 'deepLink': deepLink!,
if (invitationId != null) 'invitationId': invitationId!,
if (iosMinAppVersion != null) 'iosMinAppVersion': iosMinAppVersion!,
if (resolvedLink != null) 'resolvedLink': resolvedLink!,
if (utmCampaign != null) 'utmCampaign': utmCampaign!,
if (utmContent != null) 'utmContent': utmContent!,
if (utmMedium != null) 'utmMedium': utmMedium!,
if (utmSource != null) 'utmSource': utmSource!,
if (utmTerm != null) 'utmTerm': utmTerm!,
};