1import 'package:equatable/equatable.dart';
3import '../../domain/entities/collection_voucher_entity.dart';
43 required this.warehouseResponsibleId,
44 required this.firstWeight,
46 required this.collectionVouchers,
50 warehouseResponsibleId,
sealed class CheckInOutEvent extends Equatable userId
override List< Object?> get props
final int warehouseResponsibleId
final List< CollectionVoucherEntity > collectionVouchers
override List< Object?> get props
const SendUnloadingEvent({ required this.warehouseResponsibleId, required this.firstWeight, required this.userId, required this.collectionVouchers, })
const GetHistoryUnloadingEvent({required this.userId})
String get(String locale)
const GetPendingUnloadingCollectionsEvent({required this.userId})
const GetWarehouseResponsibleListEvent({required this.userId})
abstract class UseCase< Type, Params > props