HomeMenuListLoaded constructor

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

Implementation

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