Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
routing_planning_event.dart File Reference

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

Function Documentation

◆ SetCollectionsToScheduleEvent()

const SetCollectionsToScheduleEvent ( {required this.collections} )
Here is the caller graph for this function:

◆ SetEndLocationEvent()

const SetEndLocationEvent ( { required this.location, required this.address, } )
Here is the caller graph for this function:

◆ SetStartLocationEvent()

const SetStartLocationEvent ( { required this.location, required this.address, } )
Here is the caller graph for this function:

Variable Documentation

◆ address

override List<Object> get address

Definition at line 12 of file routing_planning_event.dart.

◆ collections

class CreateRoutingEvent extends RoutingPlanningEvent collections

◆ dart

part of routing_planning_bloc dart

Definition at line 1 of file routing_planning_event.dart.

◆ location

class SetSelectedCollectionsEvent extends RoutingPlanningEvent location

◆ props

override List<Object> get props => [location

Definition at line 20 of file routing_planning_event.dart.