toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assetNames != null) 'assetNames': assetNames!,
      if (assetTypes != null) 'assetTypes': assetTypes!,
      if (condition != null) 'condition': condition!,
      if (contentType != null) 'contentType': contentType!,
      if (feedOutputConfig != null) 'feedOutputConfig': feedOutputConfig!,
      if (name != null) 'name': name!,
      if (relationshipTypes != null) 'relationshipTypes': relationshipTypes!,
    };