DynamicWidgetListLoaded constructor Null safety
- {bool? mightHaveMore,
- List<
DynamicWidgetModel?> ? values = const []}
Implementation
const DynamicWidgetListLoaded({this.mightHaveMore, this.values = const []});
const DynamicWidgetListLoaded({this.mightHaveMore, this.values = const []});