toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allowAllDomains != null) 'allowAllDomains': allowAllDomains!,
  if (allowAmpTraffic != null) 'allowAmpTraffic': allowAmpTraffic!,
  if (allowedDomains != null) 'allowedDomains': allowedDomains!,
  if (challengeSecurityPreference != null)
    'challengeSecurityPreference': challengeSecurityPreference!,
  if (challengeSettings != null) 'challengeSettings': challengeSettings!,
  if (integrationType != null) 'integrationType': integrationType!,
};