|
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 | 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 |
| const LocationConfirmed | ( | { required this.location, required this.address, } | ) |

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

| override List<Object> get address |
Definition at line 16 of file location_selection_state.dart.
| part of location_selection_bloc dart |
Definition at line 1 of file location_selection_state.dart.
| override List< Object > get isAddressLoading |
Definition at line 17 of file location_selection_state.dart.
| class LocationSelectionError extends LocationSelectionState location |
Definition at line 26 of file location_selection_state.dart.