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

Go to the source code of this file.

Classes

class  Equatable
class  LocationSelectionState

Functions

const LocationSelectionSuccess ({ required this.location, required this.address, this.isAddressLoading=false, })
const LocationConfirmed ({ required this.location, required this.address, })

Variables

part of location_selection_bloc dart
sealed class LocationSelectionState extends Equatable location
final String address
final bool isAddressLoading
override List< Object > get props => [location

Function Documentation

◆ LocationConfirmed()

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

◆ LocationSelectionSuccess()

const LocationSelectionSuccess ( { required this.location, required this.address, this.isAddressLoading=false, } )
Here is the caller graph for this function:

Variable Documentation

◆ address

override List<Object> get address

Definition at line 16 of file location_selection_state.dart.

◆ dart

part of location_selection_bloc dart

Definition at line 1 of file location_selection_state.dart.

◆ isAddressLoading

override List< Object > get isAddressLoading

Definition at line 17 of file location_selection_state.dart.

◆ location

class LocationSelectionError extends LocationSelectionState location

◆ props

override List<Object> get props => [location

Definition at line 26 of file location_selection_state.dart.