FeedMenuListLoaded constructor

const FeedMenuListLoaded({
  1. bool? mightHaveMore,
  2. List<FeedMenuModel?>? values = const [],
})

Implementation

const FeedMenuListLoaded({this.mightHaveMore, this.values = const []});