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