toJson method

Map<String, dynamic> toJson()

Implementation

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