toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotationSpec != null) 'annotationSpec': annotationSpec!.toJson(),
if (entries != null)
'entries': entries!.map((value) => value.toJson()).toList(),
};