FaderListUpdated constructor Null safety

const FaderListUpdated(
  1. {List<FaderModel?>? value,
  2. bool? mightHaveMore}
)

Implementation

const FaderListUpdated({this.value, this.mightHaveMore});