1part of
'location_selection_bloc.dart';
20 required this.location,
21 required this.address,
22 this.isAddressLoading =
false,
43 required this.location,
44 required this.address,
const LocationSelectionState()
override List< Object?> get props
const LocationSelectionError({required this.message})
override List< Object > get props
String get(String locale)
class UpdateLocationEvent extends LocationSelectionEvent location
final bool isAddressLoading
const LocationConfirmed({ required this.location, required this.address, })
const LocationSelectionSuccess({ required this.location, required this.address, this.isAddressLoading=false, })
abstract class UseCase< Type, Params > props