DividerListLoaded constructor

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

Implementation

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