toJson method

Map<String, dynamic> toJson()

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};
}