toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (explainHttpUri != null) 'explainHttpUri': explainHttpUri!,
if (healthHttpUri != null) 'healthHttpUri': healthHttpUri!,
if (predictHttpUri != null) 'predictHttpUri': predictHttpUri!,
if (serviceAttachment != null) 'serviceAttachment': serviceAttachment!,
};