Feed constructor

Feed({
  1. List<String>? assetNames,
  2. List<String>? assetTypes,
  3. Expr? condition,
  4. String? contentType,
  5. FeedOutputConfig? feedOutputConfig,
  6. String? name,
  7. List<String>? relationshipTypes,
})

Implementation

Feed({
  this.assetNames,
  this.assetTypes,
  this.condition,
  this.contentType,
  this.feedOutputConfig,
  this.name,
  this.relationshipTypes,
});