DecoratedContentListLoaded constructor Null safety

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

Implementation

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