PolicyTopicEntry constructor
PolicyTopicEntry({
- List<
PolicyTopicEvidence> ? evidences, - String? helpCenterUrl,
- bool? missingCertificate,
- String? policyTopic,
Implementation
PolicyTopicEntry({
this.evidences,
this.helpCenterUrl,
this.missingCertificate,
this.policyTopic,
});