toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (evidences != null) 'evidences': evidences!,
      if (helpCenterUrl != null) 'helpCenterUrl': helpCenterUrl!,
      if (missingCertificate != null)
        'missingCertificate': missingCertificate!,
      if (policyTopic != null) 'policyTopic': policyTopic!,
    };