DynamicWidgetListUpdated constructor

const DynamicWidgetListUpdated({
  1. List<DynamicWidgetModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const DynamicWidgetListUpdated({this.value, this.mightHaveMore});