DrawerListLoaded constructor

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

Implementation

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