FaderListLoaded constructor Null safety

const FaderListLoaded(
  1. {bool? mightHaveMore,
  2. List<FaderModel?>? values = const []}
)

Implementation

const FaderListLoaded({this.mightHaveMore, this.values = const []});