DocumentListLoaded constructor

const DocumentListLoaded({
  1. bool? mightHaveMore,
  2. List<DocumentModel?>? values = const [],
})

Implementation

const DocumentListLoaded({this.mightHaveMore, this.values = const []});