FeedFrontListUpdated constructor

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

Implementation

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