DocumentItemListUpdated constructor Null safety
- {List<
DocumentItemModel?> ? value, - bool? mightHaveMore}
Implementation
const DocumentItemListUpdated({this.value, this.mightHaveMore});
const DocumentItemListUpdated({this.value, this.mightHaveMore});