1part of
'routing_planning_bloc.dart';
15 required this.location,
16 required this.address,
37 required this.location,
38 required this.address,
50 required this.driverId,
51 required this.duration,
const RoutingPlanningEvent()
override List< Object?> get props
override List< Object > get props
final Set< ResWeeklyCollectionEntity > collections
const ResetRoutingPlanningEvent()
const CreateRoutingEvent({ required this.driverId, required this.duration, })
const SetSelectedCollectionsEvent({required this.collections})
sealed class CollectionsState extends Equatable collections
String get(String locale)
class UpdateLocationEvent extends LocationSelectionEvent location
const SetCollectionsToScheduleEvent({required this.collections})
const SetStartLocationEvent({ required this.location, required this.address, })
const SetEndLocationEvent({ required this.location, required this.address, })
abstract class UseCase< Type, Params > props