toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotationSpecs != null)
'annotationSpecs':
annotationSpecs!.map((value) => value.toJson()).toList(),
if (blockingResources != null) 'blockingResources': blockingResources!,
if (description != null) 'description': description!,
if (displayName != null) 'displayName': displayName!,
if (name != null) 'name': name!,
};