toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (explicitMarketingPreference != null)
        'explicitMarketingPreference': explicitMarketingPreference!,
      if (lastUpdatedTimestamp != null)
        'lastUpdatedTimestamp': lastUpdatedTimestamp!,
      if (marketingEmailAddress != null)
        'marketingEmailAddress': marketingEmailAddress!,
    };