toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (predictHttpUri.isNotDefault) 'predictHttpUri': predictHttpUri,
  if (explainHttpUri.isNotDefault) 'explainHttpUri': explainHttpUri,
  if (healthHttpUri.isNotDefault) 'healthHttpUri': healthHttpUri,
  if (serviceAttachment.isNotDefault) 'serviceAttachment': serviceAttachment,
};