toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attachments != null) 'attachments': attachments!,
if (blockerType != null) 'blockerType': blockerType!,
if (documentationLink != null) 'documentationLink': documentationLink!,
if (explanation != null) 'explanation': explanation!,
if (metros != null) 'metros': metros!,
if (regions != null) 'regions': regions!,
if (zones != null) 'zones': zones!,
};