DocumentItemListUpdated constructor Null safety

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

Implementation

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