toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (entityFilter != null) 'entityFilter': entityFilter!,
      if (inputUrl != null) 'inputUrl': inputUrl!,
      if (labels != null) 'labels': labels!,
    };