FaderListUpdated constructor
const
FaderListUpdated({
- List<
FaderModel?> ? value, - bool? mightHaveMore,
Implementation
const FaderListUpdated({this.value, this.mightHaveMore});