toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final certificateAuthority = this.certificateAuthority;
final pemIssuerChain = this.pemIssuerChain;
return {
'certificateAuthority': ?certificateAuthority,
'pemIssuerChain': ?pemIssuerChain,
};
}