DynamicWidgetListLoaded constructor

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

Implementation

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