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

Go to the source code of this file.

Classes

class  Equatable
class  LocationSelectionEvent

Functions

sealed class LocationSelectionEvent extends Equatable GetCurrentLocationEvent ()
const LocationSelectionEvent ()
const GetAddressFromLocationEvent ({required this.location})
class SelectSavedLocationEvent extends LocationSelectionEvent ConfirmLocationEvent ()
const SelectSavedLocationEvent ({ required this.location, required this.address, })

Variables

part of location_selection_bloc dart
override List< Object > get props => []
class UpdateLocationEvent extends LocationSelectionEvent location
final String address

Function Documentation

◆ ConfirmLocationEvent()

class SelectSavedLocationEvent extends LocationSelectionEvent ConfirmLocationEvent ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetAddressFromLocationEvent()

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

◆ GetCurrentLocationEvent()

sealed class LocationSelectionEvent extends Equatable GetCurrentLocationEvent ( )
Here is the caller graph for this function:

◆ LocationSelectionEvent()

const GetCurrentLocationEvent::LocationSelectionEvent ( )

◆ SelectSavedLocationEvent()

const ConfirmLocationEvent::SelectSavedLocationEvent ( { 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 1 of file location_selection_event.dart.

◆ dart

part of location_selection_bloc dart

Definition at line 1 of file location_selection_event.dart.

◆ location

class SetSelectedCollectionsEvent extends RoutingPlanningEvent location

Definition at line 0 of file location_selection_event.dart.

◆ props

override List<Object> get props => []

Definition at line 3 of file location_selection_event.dart.