toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (documentationRootUrl != null)
'documentationRootUrl': documentationRootUrl!,
if (overview != null) 'overview': overview!,
if (pages != null) 'pages': pages!,
if (rules != null) 'rules': rules!,
if (sectionOverrides != null) 'sectionOverrides': sectionOverrides!,
if (serviceRootUrl != null) 'serviceRootUrl': serviceRootUrl!,
if (summary != null) 'summary': summary!,
};