FeedFrontEntity constructor

FeedFrontEntity({
  1. required String? appId,
  2. String? description,
  3. String? feedId,
  4. BackgroundEntity? backgroundOverridePosts,
  5. BackgroundEntity? backgroundOverrideProfile,
  6. StorageConditionsEntity? conditions,
})

Implementation

FeedFrontEntity({
  required this.appId,
  this.description,
  this.feedId,
  this.backgroundOverridePosts,
  this.backgroundOverrideProfile,
  this.conditions,
});