toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (certChains != null) 'certChains': certChains!,
      if (content != null) 'content': content!,
      if (format != null) 'format': format!,
    };