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