|
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 | CollectionsToScheduleEvent |
Functions | |
| const | CreateDriverCollectionEvent ({ required this.request, required this.startDate, required this.endDate, required this.driverId, }) |
Variables | |
| part of collections_to_schedule_bloc | dart |
| abstract class CollectionsToScheduleEvent extends Equatable | request |
| final String | startDate |
| final String | endDate |
| final int | driverId |
| override List< Object > get | props => [request |
| const CreateDriverCollectionEvent | ( | { required this.request, required this.startDate, required this.endDate, required this.driverId, } | ) |

| part of collections_to_schedule_bloc dart |
Definition at line 1 of file collections_to_schedule_event.dart.
| override List< Object > get driverId |
Definition at line 14 of file collections_to_schedule_event.dart.
| override List< Object > get endDate |
Definition at line 13 of file collections_to_schedule_event.dart.
Definition at line 24 of file collections_to_schedule_event.dart.
| abstract class CollectionsToScheduleEvent extends Equatable request |
| override List< Object > get startDate |
Definition at line 12 of file collections_to_schedule_event.dart.