toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final evidences = this.evidences;
  final helpCenterUrl = this.helpCenterUrl;
  final missingCertificate = this.missingCertificate;
  final policyTopic = this.policyTopic;
  return {
    'evidences': ?evidences,
    'helpCenterUrl': ?helpCenterUrl,
    'missingCertificate': ?missingCertificate,
    'policyTopic': ?policyTopic,
  };
}