FeedListUpdated constructor

const FeedListUpdated({
  1. List<FeedModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const FeedListUpdated({this.value, this.mightHaveMore});