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