1part of
'location_selection_bloc.dart';
37 required this.location,
38 required this.address,
const LocationSelectionEvent()
override List< Object?> get props
const UpdateLocationEvent({required this.location})
override List< Object > get props
const ResetLocationSelectionEvent()
const SelectSavedLocationEvent({ required this.location, required this.address, })
String get(String locale)
class UpdateLocationEvent extends LocationSelectionEvent location
sealed class LocationSelectionEvent extends Equatable GetCurrentLocationEvent()
const GetAddressFromLocationEvent({required this.location})
const SelectSavedLocationEvent({ required this.location, required this.address, })
class SelectSavedLocationEvent extends LocationSelectionEvent ConfirmLocationEvent()
abstract class UseCase< Type, Params > props