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