feedModel method

FeedModel feedModel()

Implementation

FeedModel feedModel() => FeedModel(
      documentID: constructDocumentId(
          uniqueId: uniqueId, documentId: componentIdentifier),
      appId: app.documentID,
      description: "My Feed",
      thumbImage: ThumbStyle.thumbs,
      photoPost: true,
      videoPost: true,
      messagePost: true,
      audioPost: false,
      albumPost: true,
      articlePost: true,
    );