DynamicWidgetListUpdated constructor Null safety
- {List<
DynamicWidgetModel?> ? value, - bool? mightHaveMore}
Implementation
const DynamicWidgetListUpdated({this.value, this.mightHaveMore});
const DynamicWidgetListUpdated({this.value, this.mightHaveMore});