SectionListLoaded constructor Null safety

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

Implementation

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