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