1part of
'collections_information_bloc.dart';
26 required this.collectionRequest,
27 required this.volumeDeclared,
28 required this.volumeCollected,
29 required this.recoveredDrum,
30 required this.depositedDrum,
32 required this.reference,
33 required this.address,
34 required this.restaurant,
35 required this.restaurantId,
58 required this.invoiceDateDue,
60 required this.voucherImage,
61 required this.containerImage,
62 required this.address,
63 required this.reference,
64 required this.restaurant,
65 required this.restaurantId,
66 required this.volumeCollected,
67 required this.volumeDeclared,
84 required this.invoiceDateDue,
86 required this.signatureImage,
87 required this.paymentModeId,
88 required this.contactId,
99 required this.restaurentId,
112 required this.restaurentId,
sealed class CheckInOutEvent extends Equatable userId
const CollectionsInformationEvent()
override List< Object?> get props
String get(String locale)
PaymentMode paymentModeId
abstract class UseCase< Type, Params > props