ListFeedsResponse constructor

ListFeedsResponse({
  1. List<Feed>? feeds,
})

Implementation

ListFeedsResponse({
  this.feeds,
});