|
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 | RoutingPlanningEvent |
Functions | |
| const | SetStartLocationEvent ({ required this.location, required this.address, }) |
| const | SetEndLocationEvent ({ required this.location, required this.address, }) |
| const | SetCollectionsToScheduleEvent ({required this.collections}) |
Variables | |
| part of routing_planning_bloc | dart |
| sealed class RoutingPlanningEvent extends Equatable | location |
| final String | address |
| override List< Object > get | props => [location |
| class CreateRoutingEvent extends RoutingPlanningEvent | collections |
| const SetCollectionsToScheduleEvent | ( | {required this.collections} | ) |

| const SetEndLocationEvent | ( | { required this.location, required this.address, } | ) |

| const SetStartLocationEvent | ( | { required this.location, required this.address, } | ) |

| override List<Object> get address |
Definition at line 12 of file routing_planning_event.dart.
| class CreateRoutingEvent extends RoutingPlanningEvent collections |
| part of routing_planning_bloc dart |
Definition at line 1 of file routing_planning_event.dart.
| class SetSelectedCollectionsEvent extends RoutingPlanningEvent location |
Definition at line 20 of file routing_planning_event.dart.