|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | CollectionsInformationEvent |
Functions | |
| const | SendCollectionInformationEvent ({ required this.id, required this.collectionRequest, required this.volumeDeclared, required this.volumeCollected, required this.recoveredDrum, required this.depositedDrum, required this.userId, required this.reference, required this.address, required this.restaurant, required this.restaurantId, this.note, }) |
| const | SendCollectionPaymentEvent ({ required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, }) |
| const | GetCollectionPaymentModeListEvent ({ required this.restaurentId, }) |
Variables | |
| part of collections_information_bloc | dart |
| sealed class CollectionsInformationEvent extends Equatable | id |
| final String | collectionRequest |
| final String | volumeDeclared |
| final String | volumeCollected |
| final String | recoveredDrum |
| final String | depositedDrum |
| final String | userId |
| final String | reference |
| final String | note |
| final String | address |
| final String | restaurant |
| final int | restaurantId |
| override List< Object > get | props => [userId |
| final String | invoiceDateDue |
| final String | signatureImage |
| final int | paymentModeId |
| final int | contactId |
| class GetCollectionContactListEvent extends CollectionsInformationEvent | restaurentId |
| const GetCollectionPaymentModeListEvent | ( | { required this.restaurentId, } | ) |

| const SendCollectionInformationEvent | ( | { required this.id, required this.collectionRequest, required this.volumeDeclared, required this.volumeCollected, required this.recoveredDrum, required this.depositedDrum, required this.userId, required this.reference, required this.address, required this.restaurant, required this.restaurantId, this.note, } | ) |

| const SendCollectionPaymentEvent | ( | { required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, } | ) |

| final String address |
Definition at line 20 of file collections_information_event.dart.
| override List< Object > get collectionRequest |
Definition at line 12 of file collections_information_event.dart.
| override List< Object > get contactId |
Definition at line 80 of file collections_information_event.dart.
| part of collections_information_bloc dart |
Definition at line 1 of file collections_information_event.dart.
| override List< Object > get depositedDrum |
Definition at line 16 of file collections_information_event.dart.
| override List<Object> get id |
Definition at line 40 of file collections_information_event.dart.
| override List< Object > get invoiceDateDue |
Definition at line 76 of file collections_information_event.dart.
| override List< Object > get note |
Definition at line 19 of file collections_information_event.dart.
| override List<Object> get paymentModeId |
Definition at line 79 of file collections_information_event.dart.
Definition at line 40 of file collections_information_event.dart.
| override List< Object > get recoveredDrum |
Definition at line 15 of file collections_information_event.dart.
| final String reference |
Definition at line 18 of file collections_information_event.dart.
| final String restaurant |
Definition at line 21 of file collections_information_event.dart.
| final int restaurantId |
Definition at line 22 of file collections_information_event.dart.
| class GetCollectionContactListEvent extends CollectionsInformationEvent restaurentId |
| override List< Object > get signatureImage |
Definition at line 78 of file collections_information_event.dart.
| final int userId |
Definition at line 17 of file collections_information_event.dart.
| override List< Object > get volumeCollected |
Definition at line 14 of file collections_information_event.dart.
| override List< Object > get volumeDeclared |
Definition at line 13 of file collections_information_event.dart.