CreateFeedRequest constructor

CreateFeedRequest({
  1. Feed? feed,
  2. String? feedId,
})

Implementation

CreateFeedRequest({this.feed, this.feedId});