Map<String, dynamic> toJson() { final certificateChain = this.certificateChain; return { 'certificateChain': certificateChain, }; }