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