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