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