DynamicWidgetListLoaded constructor Null safety

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

Implementation

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