FeedMenuListUpdated constructor

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

Implementation

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