DocumentListUpdated constructor

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

Implementation

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