DocumentListLoaded constructor
const
DocumentListLoaded({
- bool? mightHaveMore,
- List<
DocumentModel?> ? values = const [],
Implementation
const DocumentListLoaded({this.mightHaveMore, this.values = const []});