MenuDefListLoaded constructor

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

Implementation

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