part of 'service_bloc.dart'; abstract class ServiceEvent extends Equatable { const ServiceEvent(); @override List get props => []; }