1part
of 'document_cubit.dart';
7 List<Object> get
props => [];
static AppLocalizations of(BuildContext context)
const DocumentLoadedState({required this.documents})
final List< DocumentModel > documents
override List< Object?> get props
sealed class DocumentState extends Equatable failure
const DocumentLoadingFailureState({required this.failure})