DividerListLoaded constructor Null safety

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

Implementation

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