DocumentListUpdated constructor Null safety

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

Implementation

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