|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import equatable.dart;import domain;import entities;import collection_voucher_entity.dart;
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | UnloadingEvent |
Functions | |
| const | GetPendingUnloadingCollectionsEvent ({required this.userId}) |
| const | GetWarehouseResponsibleListEvent ({required this.userId}) |
Variables | |
| abstract class UnloadingEvent extends Equatable | userId |
| override List< Object?> get | props => [userId] |
| const GetPendingUnloadingCollectionsEvent | ( | {required this.userId} | ) |

| const GetWarehouseResponsibleListEvent | ( | {required this.userId} | ) |

Definition at line 18 of file unloading_event.dart.
| class GetHistoryUnloadingEvent extends UnloadingEvent userId |