Data constructor

Data({
  1. List<FeedsDatum>? feedsData,
})

Implementation

Data({
  this.feedsData,
});